Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1427 final CancellationSignal faceCancel = spy(mKeyguardUpdateMonitor.mFaceCancelSignal); in testMultiUserLockout_whenUserSwitches()
1429 mKeyguardUpdateMonitor.mFaceCancelSignal = faceCancel; in testMultiUserLockout_whenUserSwitches()
2493 final CancellationSignal faceCancel = spy(mKeyguardUpdateMonitor.mFaceCancelSignal); in testStrongAuthChange_lockDown_stopsFpAndFaceListeningState()
2495 mKeyguardUpdateMonitor.mFaceCancelSignal = faceCancel; in testStrongAuthChange_lockDown_stopsFpAndFaceListeningState()
2524 final CancellationSignal faceCancel = spy(mKeyguardUpdateMonitor.mFaceCancelSignal); in testNonStrongBiometricAllowedChanged_stopsFaceListeningState()
2525 mKeyguardUpdateMonitor.mFaceCancelSignal = faceCancel; in testNonStrongBiometricAllowedChanged_stopsFaceListeningState()
2551 final CancellationSignal faceCancel = spy(mKeyguardUpdateMonitor.mFaceCancelSignal); in testPostureChangeToUnsupported_stopsFaceListeningState()
2552 mKeyguardUpdateMonitor.mFaceCancelSignal = faceCancel; in testPostureChangeToUnsupported_stopsFaceListeningState()
3083 mKeyguardUpdateMonitor.mFaceCancelSignal = faceCancel; in onDisplayOff_stopFaceAuth()
3108 mKeyguardUpdateMonitor.mFaceCancelSignal = faceCancel; in onDisplayOff_whileAsleep_doesNotStopFaceAuth()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1229 mFaceCancelSignal = null; in onFaceAuthenticated()
1267 mFaceCancelSignal = null; in handleFaceAuthFailed()
1358 mFaceCancelSignal = null; in handleFaceError()
2072 CancellationSignal mFaceCancelSignal; field in KeyguardUpdateMonitor
3341 if (mFaceCancelSignal != null) { in startListeningForFace()
3362 mFaceCancelSignal = new CancellationSignal(); in startListeningForFace()
3381 mFaceManager.detectFace(mFaceCancelSignal, mFaceDetectionCallback, in startListeningForFace()
3400 mFaceManager.authenticate(null /* crypto */, mFaceCancelSignal, in startListeningForFace()
3528 if (mFaceCancelSignal != null) { in stopListeningForFace()
3529 mFaceCancelSignal.cancel(); in stopListeningForFace()
[all …]