Home
last modified time | relevance | path

Searched refs:onDeviceLifted (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractor.kt64 fun onDeviceLifted() in canFaceAuthRun() method
DNoopDeviceEntryFaceAuthInteractor.kt60 override fun onDeviceLifted() {} in onDeviceLifted() method in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor
DSystemUIDeviceEntryFaceAuthInteractor.kt231 override fun onDeviceLifted() { in <lambda>() method in com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/ui/binder/
DLiftToRunFaceAuthBinder.kt112 deviceEntryFaceAuthInteractor.onDeviceLifted() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractorTest.kt151 underTest.onDeviceLifted() in whenFaceIsLockedOutAnyAttemptsToTriggerFaceAuthMustProvideLockoutError()
330 underTest.onDeviceLifted() in faceAuthIsRequestedWhenDeviceLifted()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorTest.kt285 kosmos.deviceEntryFaceAuthInteractor.onDeviceLifted() in <lambda>()