Searched refs:onDeviceUnfolded (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ | ||
D | DeviceEntryFaceAuthInteractor.kt | 71 fun onDeviceUnfolded() in canFaceAuthRun() method |
D | NoopDeviceEntryFaceAuthInteractor.kt | 70 override fun onDeviceUnfolded() {} in onWalletLaunched() method in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor |
D | SystemUIDeviceEntryFaceAuthInteractor.kt | 253 override fun onDeviceUnfolded() { in <lambda>() method in com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor |
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ | ||
D | KeyguardUpdateMonitorTest.java | 2028 verify(mFaceAuthInteractor).onDeviceUnfolded(); in unfoldFromPostureChange_sendActionToFaceAuthInteractor() |
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ | ||
D | KeyguardUpdateMonitor.java | 1876 getFaceAuthInteractor().onDeviceUnfolded(); |