Home
last modified time | relevance | path

Searched refs:getKeyguardCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java364 mController.getKeyguardCallback().onBiometricHelp( in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()
385 mController.getKeyguardCallback().onBiometricHelp(BIOMETRIC_HELP_FINGERPRINT_NOT_RECOGNIZED, in transientIndication_visibleWhenWokenUp()
410 mController.getKeyguardCallback().onBiometricHelp( in onBiometricHelp_coEx_faceFailure()
436 mController.getKeyguardCallback().onBiometricHelp( in onBiometricHelp_coEx_faceUnavailable()
465 mController.getKeyguardCallback().onBiometricHelp( in onBiometricHelp_coEx_faceUnavailable_fpNotAllowed()
491 mController.getKeyguardCallback().onBiometricHelp( in onBiometricHelp_coEx_fpFailure_faceAlreadyUnlocked()
517 mController.getKeyguardCallback().onBiometricHelp( in onBiometricHelp_coEx_fpFailure_trustAgentAlreadyUnlocked()
544 mController.getKeyguardCallback().onBiometricHelp( in onBiometricHelp_coEx_fpFailure_trustAgentUnlocked_emptyTrustGrantedMessage()
562 mController.getKeyguardCallback().onBiometricError(FACE_ERROR_TIMEOUT, in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError()
578 mController.getKeyguardCallback().onBiometricError( in transientIndication_visibleWhenDozing_ignoresFingerprintErrorMsg()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java382 mKeyguardUpdateMonitor.registerCallback(getKeyguardCallback()); in init()
468 protected KeyguardUpdateMonitorCallback getKeyguardCallback() { in getKeyguardCallback() method in KeyguardIndicationController