Home
last modified time | relevance | path

Searched refs:onDeviceUnfolded (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractor.kt71 fun onDeviceUnfolded() in canFaceAuthRun() method
DNoopDeviceEntryFaceAuthInteractor.kt70 override fun onDeviceUnfolded() {} in onWalletLaunched() method in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor
DSystemUIDeviceEntryFaceAuthInteractor.kt253 override fun onDeviceUnfolded() { in <lambda>() method in com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java2028 verify(mFaceAuthInteractor).onDeviceUnfolded(); in unfoldFromPostureChange_sendActionToFaceAuthInteractor()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1876 getFaceAuthInteractor().onDeviceUnfolded();