Home
last modified time | relevance | path

Searched refs:mPreAuthInfo (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java117 final PreAuthInfo mPreAuthInfo; field in AuthSession
209 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 …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthSessionTest.java144 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 …]
H A DBiometricServiceTest.java275 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()