Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DBiometricNotificationServiceTest.java94 private KeyguardStateController.Callback mKeyguardStateControllerCallback; field in BiometricNotificationServiceTest
141 mKeyguardStateControllerCallback = stateControllerCallbackArgumentCaptor.getValue(); in setUp()
155 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testShowFingerprintReEnrollNotification_onAcquiredReEnroll_Optional()
182 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testShowFingerprintReEnrollNotification_onAcquiredReEnroll_force()
206 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testShowFaceReEnrollNotification_onErrorReEnroll()
229 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testCancelReEnrollmentNotification_onFaceEnrollmentStateChange()
253 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testCancelReEnrollmentNotification_onFingerprintEnrollmentStateChange()
279 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testResetFaceUnlockReEnroll_onStart()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerTest.java85 verify(mKeyguardStateController).removeCallback(mKeyguardStateControllerCallback); in testListenersUnregisteredOnDetached()
119 mKeyguardStateControllerCallback.onUnlockedChanged(); in onBiometricAuthenticated_pauseAuth()
135 mKeyguardStateControllerCallback.onLaunchTransitionFadingAwayChanged(); in testShouldPauseAuthIsLaunchTransitionFadingAway()
DUdfpsKeyguardViewLegacyControllerBaseTest.java92 protected KeyguardStateController.Callback mKeyguardStateControllerCallback; field in UdfpsKeyguardViewLegacyControllerBaseTest
124 mKeyguardStateControllerCallback = mKeyguardStateControllerCallbackCaptor.getValue(); in captureKeyguardStateControllerCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationService.java86 private final KeyguardStateController.Callback mKeyguardStateControllerCallback = field in BiometricNotificationService
171 mKeyguardStateController.addCallback(mKeyguardStateControllerCallback); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollectorImpl.java117 private final KeyguardStateController.Callback mKeyguardStateControllerCallback = field in FalsingCollectorImpl
218 mKeyguardStateController.addCallback(mKeyguardStateControllerCallback); in init()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java186 protected KeyguardStateController.Callback mKeyguardStateControllerCallback; field in KeyguardIndicationControllerBaseTest
311 mKeyguardStateControllerCallback = mKeyguardStateControllerCallbackCaptor.getValue(); in createController()
DKeyguardIndicationControllerTest.java933 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testOnKeyguardShowingChanged_notShowing_resetsMessages()
954 mKeyguardStateControllerCallback.onKeyguardShowingChanged(); in testOnKeyguardShowingChanged_showing_updatesPersistentMessages()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java199 mKeyguardStateControllerCallback; field in KeyguardViewMediatorTest
1167 mKeyguardStateControllerCallback.getValue().onPrimaryBouncerShowingChanged(); in pendingPinLockOnKeyguardGoingAway_doKeyguardLockedOnKeyguardVisibilityChanged()
1247 verify(mKeyguardStateController).addCallback(mKeyguardStateControllerCallback.capture()); in captureKeyguardStateControllerCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java293 private final KeyguardStateController.Callback mKeyguardStateControllerCallback = field in CentralSurfacesImpl
1547 mKeyguardStateController.addCallback(mKeyguardStateControllerCallback); in startKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1384 private final KeyguardStateController.Callback mKeyguardStateControllerCallback =
1517 keyguardStateController.addCallback(mKeyguardStateControllerCallback);