Searched refs:mPreAuthInfo (Results 1 – 3 of 3) sorted by relevance
117 final PreAuthInfo mPreAuthInfo; field in AuthSession209 mPreAuthInfo = preAuthInfo; in AuthSession()244 return mPreAuthInfo.getEligibleModalities(); in getEligibleModalities()252 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateUnknown()261 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateWaitingForCookie()284 if (mPreAuthInfo.credentialAvailable && mPreAuthInfo.eligibleSensors.isEmpty()) { in goToInitialState()301 } else if (!mPreAuthInfo.eligibleSensors.isEmpty()) { in goToInitialState()347 mPreAuthInfo.shouldShowCredential(), in onCookieReceived()369 || mPreAuthInfo.confirmationRequested); in isConfirmationRequired()766 mPreAuthInfo.confirmationRequested, in logOnDialogDismissed()[all …]
144 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testNewAuthSession_eligibleSensorsSetToStateUnknown()167 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()173 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()191 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()206 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()228 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testOnErrorReceived_lockoutError()239 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testOnErrorReceived_lockoutError()265 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testCancelReducesAppetiteForCookies()271 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testCancelReducesAppetiteForCookies()325 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testMultiAuth_fingerprintSensorStartsAfterUINotifies()[all …]
275 verify(mBiometricService.mAuthSession.mPreAuthInfo.eligibleSensors.get(0).impl) in testClientBinderDied_whenAuthenticating()1863 final PreAuthInfo preAuthInfo = service.mAuthSession.mPreAuthInfo; in startPendingAuthSession()1923 final PreAuthInfo preAuthInfo = session.mPreAuthInfo; in getCookieForCurrentSession()1931 final PreAuthInfo requestWrapper = session.mPreAuthInfo; in getCookieForPendingSession()