Searched refs:mCurrentAuthSession (Results 1 – 2 of 2) sorted by relevance
193 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 …]
135 AuthSession mCurrentAuthSession; field in BiometricService1005 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 …]