Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardBiometricLockoutLoggerTest.kt95 updateMonitorCallback.onStrongAuthStateChanged(0)
112 updateMonitorCallback.onStrongAuthStateChanged(0)
130 updateMonitorCallback.onStrongAuthStateChanged(0)
139 updateMonitorCallback.onStrongAuthStateChanged(0)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardBiometricLockoutLogger.kt54 mKeyguardUpdateMonitorCallback.onStrongAuthStateChanged(
81 override fun onStrongAuthStateChanged(userId: Int) {
H A DKeyguardUpdateMonitorCallback.java262 public void onStrongAuthStateChanged(int userId) { } in onStrongAuthStateChanged() method in KeyguardUpdateMonitorCallback
H A DKeyguardUpdateMonitor.java1751 cb.onStrongAuthStateChanged(userId); in notifyStrongAuthAllowedChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DKeyguardNotificationVisibilityProvider.kt109 override fun onStrongAuthStateChanged(userId: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt125 override fun onStrongAuthStateChanged(userId: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerImpl.java464 public void onStrongAuthStateChanged(int userId) { in onStrongAuthStateChanged() method in KeyguardStateControllerImpl.UpdateMonitorCallback
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselControllerTest.kt793 keyguardCallback.value.onStrongAuthStateChanged(context.userId)
804 keyguardCallback.value.onStrongAuthStateChanged(context.userId)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java253 mKeyguardUpdateMonitorCallbackCaptor.getValue().onStrongAuthStateChanged(0); in onLockdown_showKeyguard_evenIfKeyguardIsNotEnabledExternally()
269 mKeyguardUpdateMonitorCallbackCaptor.getValue().onStrongAuthStateChanged(0); in doNotHideKeyguard_whenLockdown_onKeyguardNotEnabledExternally()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DKeyguardNotificationVisibilityProviderTest.java167 callback.onStrongAuthStateChanged(0); in notifyListeners_onStrongAuthStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselController.kt248 override fun onStrongAuthStateChanged(userId: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java768 public void onStrongAuthStateChanged(int userId) {