Home
last modified time | relevance | path

Searched refs:onStrongAuthStateChanged (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardBiometricLockoutLoggerTest.kt99 updateMonitorCallback.onStrongAuthStateChanged(0) in test_logTimeoutChange()
116 updateMonitorCallback.onStrongAuthStateChanged(0) in test_logUnattendedUpdate()
134 updateMonitorCallback.onStrongAuthStateChanged(0) in test_logMultipleChanges()
143 updateMonitorCallback.onStrongAuthStateChanged(0) in test_logMultipleChanges()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardBiometricLockoutLogger.kt56 mKeyguardUpdateMonitorCallback.onStrongAuthStateChanged( in start()
83 override fun onStrongAuthStateChanged(userId: Int) { in onStrongAuthStateChanged() method in com.android.keyguard.KeyguardBiometricLockoutLogger
DKeyguardUpdateMonitorCallback.java264 public void onStrongAuthStateChanged(int userId) { } in onStrongAuthStateChanged() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java1608 cb.onStrongAuthStateChanged(userId); in notifyStrongAuthAllowedChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepository.kt312 override fun onStrongAuthStateChanged(userId: Int) { in <lambda>() method
DKeyguardRepository.kt567 override fun onStrongAuthStateChanged(userId: Int) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProvider.kt119 override fun onStrongAuthStateChanged(userId: Int) { in start() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java467 public void onStrongAuthStateChanged(int userId) { in onStrongAuthStateChanged() method in KeyguardStateControllerImpl.UpdateMonitorCallback
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepositoryTest.kt369 invokeOnCallback { it.onStrongAuthStateChanged(0) } in onStrongAuthStateChanged_shouldUpdateIndicatorVisibility()
DKeyguardRepositoryImplTest.kt563 updateCallback.onStrongAuthStateChanged(0) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt829 keyguardCallback.value.onStrongAuthStateChanged(context.userId) in testOnLockDownMode_hideMediaCarousel()
840 keyguardCallback.value.onStrongAuthStateChanged(context.userId) in testLockDownModeOff_showMediaCarousel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java321 mKeyguardUpdateMonitorCallbackCaptor.getValue().onStrongAuthStateChanged(0); in onLockdown_showKeyguard_evenIfKeyguardIsNotEnabledExternally()
414 mKeyguardUpdateMonitorCallbackCaptor.getValue().onStrongAuthStateChanged(0); in doNotHideKeyguard_whenLockdown_onKeyguardNotEnabledExternally()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java175 callback.onStrongAuthStateChanged(0); in notifyListeners_onStrongAuthStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt295 override fun onStrongAuthStateChanged(userId: Int) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java781 public void onStrongAuthStateChanged(int userId) {