Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java193 mBiometricService.mCurrentAuthSession.binderDied(); in testClientBinderDied_whenPaused()
196 assertNull(mBiometricService.mCurrentAuthSession); in testClientBinderDied_whenPaused()
212 mBiometricService.mCurrentAuthSession.binderDied(); in testClientBinderDied_whenAuthenticating()
215 assertNotNull(mBiometricService.mCurrentAuthSession); in testClientBinderDied_whenAuthenticating()
232 assertNull(mBiometricService.mCurrentAuthSession); in testClientBinderDied_whenAuthenticating()
528 assertNull(mBiometricService.mCurrentAuthSession); in testAuthenticate_happyPathWithoutConfirmation()
747 assertNull(mBiometricService.mCurrentAuthSession); in testErrorFromHal_whenPaused_notifiesSystemUIAndClient()
784 assertNull(mBiometricService.mCurrentAuthSession); in testErrorFromHal_whileAuthenticating_waitsForSysUIBeforeNotifyingClient()
841 assertNull(mBiometricService.mCurrentAuthSession); in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
1044 assertNull(mBiometricService.mCurrentAuthSession); in testDismissedReasonUserCancel_whileAuthenticating_cancelsHalAuthentication()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java135 AuthSession mCurrentAuthSession; field in BiometricService
1005 mCurrentAuthSession != null ? mCurrentAuthSession.getState() in dump()
1209 if (mCurrentAuthSession == null) { in handleAuthenticationSucceeded()
1222 if (mCurrentAuthSession == null) { in handleAuthenticationRejected()
1237 if (mCurrentAuthSession == null) { in handleAuthenticationTimedOut()
1252 if (mCurrentAuthSession == null) { in handleOnError()
1272 if (mCurrentAuthSession == null) { in handleOnAcquired()
1288 mCurrentAuthSession = null; in handleOnDismissed()
1333 mCurrentAuthSession = null; in handleClientDied()
1437 mCurrentAuthSession = null; in authenticateInternal()
[all …]