Searched refs:mFaceAuthenticationListener (Results 1 – 2 of 2) sorted by relevance
281 private ArgumentCaptor<FaceAuthenticationListener> mFaceAuthenticationListener; field in KeyguardUpdateMonitorTest359 verify(mFaceAuthInteractor).registerListener(mFaceAuthenticationListener.capture()); in setup()852 mFaceAuthenticationListener.getValue().onDetectionStatusChanged( in whenDetectFace_biometricDetectCallback()1823 mFaceAuthenticationListener.getValue().onAuthenticationStatusChanged( in faceNonBypassFailure_requestActiveUnlock_doesNotDismissKeyguard()1850 mFaceAuthenticationListener.getValue().onAuthenticationStatusChanged( in faceBypassFailure_requestActiveUnlock_dismissKeyguard()1875 mFaceAuthenticationListener.getValue().onAuthenticationStatusChanged( in faceNonBypassFailure_requestActiveUnlock_dismissKeyguard()2200 mFaceAuthenticationListener.getValue().onAuthEnrollmentStateChanged(false); in onAuthEnrollmentChangesCallbacksAreNotified()2281 mFaceAuthenticationListener.getValue().onAuthenticationStatusChanged( in faceAuthLockOut()
1302 mFaceAuthInteractor.unregisterListener(mFaceAuthenticationListener); in setFaceAuthInteractor()1305 mFaceAuthInteractor.registerListener(mFaceAuthenticationListener); in setFaceAuthInteractor()1308 private final FaceAuthenticationListener mFaceAuthenticationListener = field in KeyguardUpdateMonitor3947 getFaceAuthInteractor().unregisterListener(mFaceAuthenticationListener); in destroy()