Searched defs:deviceUnlockStatus (Results 1 – 9 of 9) sorted by relevance
78 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedAndAuthMethodIsNone_isTrue() constant89 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedAndAuthMethodIsPin_isTrue() constant105 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedAndAuthMethodIsSim_isFalse() constant119 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenLockedAndAuthMethodIsNone_isTrue() constant129 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenLockedAndAuthMethodIsPin_isFalse() constant139 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenLockedAndAuthMethodIsSim_isFalse() constant149 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenFaceIsAuthenticatedWhileAwakeWithBypass_isTrue() constant164 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenFaceIsAuthenticatedWithoutBypass_providesThatInfo() constant178 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenFingerprintIsAuthenticated_providesThatInfo() constant193 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedByTrustAgent_providesThatInfo() constant[all …]
82 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in backgroundScene_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant99 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in backgroundScene_authMethodSwipe_lockscreenDismissed_goesToGone() constant145 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() constant154 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice() constant
115 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() constant124 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice() constant
116 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() constant125 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice() constant
240 val deviceUnlockStatus by in start_hydratesStatusBarState_whileLocked() constant305 val deviceUnlockStatus by in start_hydratesStatusBarState_whileUnlocked() constant
84 val deviceUnlockStatus: StateFlow<DeviceUnlockStatus> = in <lambda>() constant
138 ) { isSwipeAuthMethod, deviceUnlockStatus, isDeviceEntered -> in <lambda>() method
666 DeviceUnlockStatus deviceUnlockStatus, in calculateStateFromSceneFramework()
316 .mapNotNull { deviceUnlockStatus -> in <lambda>() method