/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardBiometricLockoutLoggerTest.kt | 99 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/ |
D | KeyguardBiometricLockoutLogger.kt | 56 mKeyguardUpdateMonitorCallback.onStrongAuthStateChanged( in start() 83 override fun onStrongAuthStateChanged(userId: Int) { in onStrongAuthStateChanged() method in com.android.keyguard.KeyguardBiometricLockoutLogger
|
D | KeyguardUpdateMonitorCallback.java | 264 public void onStrongAuthStateChanged(int userId) { } in onStrongAuthStateChanged() method in KeyguardUpdateMonitorCallback
|
D | KeyguardUpdateMonitor.java | 1608 cb.onStrongAuthStateChanged(userId); in notifyStrongAuthAllowedChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | DeviceEntryFingerprintAuthRepository.kt | 312 override fun onStrongAuthStateChanged(userId: Int) { in <lambda>() method
|
D | KeyguardRepository.kt | 567 override fun onStrongAuthStateChanged(userId: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProvider.kt | 119 override fun onStrongAuthStateChanged(userId: Int) { in start() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardStateControllerImpl.java | 467 public void onStrongAuthStateChanged(int userId) { in onStrongAuthStateChanged() method in KeyguardStateControllerImpl.UpdateMonitorCallback
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/ |
D | DeviceEntryFingerprintAuthRepositoryTest.kt | 369 invokeOnCallback { it.onStrongAuthStateChanged(0) } in onStrongAuthStateChanged_shouldUpdateIndicatorVisibility()
|
D | KeyguardRepositoryImplTest.kt | 563 updateCallback.onStrongAuthStateChanged(0) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaCarouselControllerTest.kt | 829 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/ |
D | KeyguardViewMediatorTest.java | 321 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/ |
D | KeyguardNotificationVisibilityProviderTest.java | 175 callback.onStrongAuthStateChanged(0); in notifyListeners_onStrongAuthStateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaCarouselController.kt | 295 override fun onStrongAuthStateChanged(userId: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 781 public void onStrongAuthStateChanged(int userId) {
|