Home
last modified time | relevance | path

Searched refs:mKeyguardStateControllerCallback (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricNotificationServiceTest.java93 private KeyguardStateController.Callback mKeyguardStateControllerCallback; field in BiometricNotificationServiceTest
140 mKeyguardStateControllerCallback = stateControllerCallbackArgumentCaptor.getValue(); in setUp()
152 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testShowFingerprintReEnrollNotification_onAcquiredReEnroll()
174 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testShowFaceReEnrollNotification_onErrorReEnroll()
197 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testCancelReEnrollmentNotification_onFaceEnrollmentStateChange()
221 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testCancelReEnrollmentNotification_onFingerprintEnrollmentStateChange()
247 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testResetFaceUnlockReEnroll_onStart()
H A DUdfpsKeyguardViewLegacyControllerTest.java109 verify(mKeyguardStateController).removeCallback(mKeyguardStateControllerCallback); in testListenersUnregisteredOnDetached()
173 mKeyguardStateControllerCallback.onUnlockedChanged(); in onBiometricAuthenticated_pauseAuth()
189 mKeyguardStateControllerCallback.onLaunchTransitionFadingAwayChanged(); in testShouldPauseAuthIsLaunchTransitionFadingAway()
H A DUdfpsKeyguardViewLegacyControllerBaseTest.java91 protected KeyguardStateController.Callback mKeyguardStateControllerCallback; field in UdfpsKeyguardViewLegacyControllerBaseTest
139 mKeyguardStateControllerCallback = mKeyguardStateControllerCallbackCaptor.getValue(); in captureKeyguardStateControllerCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationService.java83 private final KeyguardStateController.Callback mKeyguardStateControllerCallback = field in BiometricNotificationService
166 mKeyguardStateController.addCallback(mKeyguardStateControllerCallback); in start()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerBaseTest.java166 protected KeyguardStateController.Callback mKeyguardStateControllerCallback; field in KeyguardIndicationControllerBaseTest
283 mKeyguardStateControllerCallback = mKeyguardStateControllerCallbackCaptor.getValue(); in createController()
H A DKeyguardIndicationControllerTest.java921 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testOnKeyguardShowingChanged_notShowing_resetsMessages()
942 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java179 mKeyguardStateControllerCallback; field in KeyguardViewMediatorTest
950 mKeyguardStateControllerCallback.getValue().onPrimaryBouncerShowingChanged(); in pendingPinLockOnKeyguardGoingAway_doKeyguardLockedOnKeyguardVisibilityChanged()
1024 verify(mKeyguardStateController).addCallback(mKeyguardStateControllerCallback.capture()); in captureKeyguardStateControllerCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1318 private final KeyguardStateController.Callback mKeyguardStateControllerCallback =
1439 keyguardStateController.addCallback(mKeyguardStateControllerCallback);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java318 private final KeyguardStateController.Callback mKeyguardStateControllerCallback = field in CentralSurfacesImpl
1672 mKeyguardStateController.addCallback(mKeyguardStateControllerCallback); in startKeyguard()