Home
last modified time | relevance | path

Searched defs:deviceUnlockStatus (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractorTest.kt78 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedAndAuthMethodIsNone_isTrue() constant
89 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedAndAuthMethodIsPin_isTrue() constant
105 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedAndAuthMethodIsSim_isFalse() constant
119 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenLockedAndAuthMethodIsNone_isTrue() constant
129 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenLockedAndAuthMethodIsPin_isFalse() constant
139 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenLockedAndAuthMethodIsSim_isFalse() constant
149 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenFaceIsAuthenticatedWhileAwakeWithBypass_isTrue() constant
164 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenFaceIsAuthenticatedWithoutBypass_providesThatInfo() constant
178 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenFingerprintIsAuthenticated_providesThatInfo() constant
193 val deviceUnlockStatus by collectLastValue(underTest.deviceUnlockStatus) in deviceUnlockStatus_whenUnlockedByTrustAgent_providesThatInfo() constant
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DOverlayShadeViewModelTest.kt82 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in backgroundScene_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant
99 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in backgroundScene_authMethodSwipe_lockscreenDismissed_goesToGone() constant
145 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() constant
154 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/
DNotificationsShadeSceneViewModelTest.kt115 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() constant
124 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsShadeSceneViewModelTest.kt116 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in lockDevice() constant
125 val deviceUnlockStatus by collectLastValue(deviceUnlockedInteractor.deviceUnlockStatus) in unlockDevice() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DStatusBarStateControllerImplTest.kt240 val deviceUnlockStatus by in start_hydratesStatusBarState_whileLocked() constant
305 val deviceUnlockStatus by in start_hydratesStatusBarState_whileUnlocked() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractor.kt84 val deviceUnlockStatus: StateFlow<DeviceUnlockStatus> = in <lambda>() constant
DDeviceEntryInteractor.kt138 ) { isSwipeAuthMethod, deviceUnlockStatus, isDeviceEntered -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java666 DeviceUnlockStatus deviceUnlockStatus, in calculateStateFromSceneFramework()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartable.kt316 .mapNotNull { deviceUnlockStatus -> in <lambda>() method