Searched refs:mPreAuthInfo (Results 1 – 3 of 3) sorted by relevance
161 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testNewAuthSession_eligibleSensorsSetToStateUnknown()182 assertEquals(mSensors.size(), session.mPreAuthInfo.eligibleSensors.size()); in testStartNewAuthSession()184 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()190 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()206 final int cookie1 = session.mPreAuthInfo.eligibleSensors.get(0).getCookie(); in testStartNewAuthSession()208 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()217 final int cookie2 = session.mPreAuthInfo.eligibleSensors.get(1).getCookie(); in testStartNewAuthSession()223 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()245 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testOnErrorReceived_lockoutError()248 session.mPreAuthInfo.eligibleSensors.get(sensor.id).getCookie()); in testOnErrorReceived_lockoutError()[all …]
306 verify(mBiometricService.mAuthSession.mPreAuthInfo.eligibleSensors.get(0).impl) in testClientBinderDied_whenAuthenticating()1955 final PreAuthInfo preAuthInfo = service.mAuthSession.mPreAuthInfo; in startPendingAuthSession()2015 final PreAuthInfo preAuthInfo = session.mPreAuthInfo; in getCookieForCurrentSession()2023 final PreAuthInfo requestWrapper = session.mPreAuthInfo; in getCookieForPendingSession()
118 final PreAuthInfo mPreAuthInfo; field in AuthSession211 mPreAuthInfo = preAuthInfo; in AuthSession()251 return mPreAuthInfo.getEligibleModalities(); in getEligibleModalities()259 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateUnknown()268 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateWaitingForCookie()293 if (mPreAuthInfo.credentialAvailable && mPreAuthInfo.eligibleSensors.isEmpty()) { in goToInitialState()310 } else if (!mPreAuthInfo.eligibleSensors.isEmpty()) { in goToInitialState()331 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in onCookieReceived()348 mSensors = new int[mPreAuthInfo.eligibleSensors.size()]; in onCookieReceived()349 for (int i = 0; i < mPreAuthInfo.eligibleSensors.size(); i++) { in onCookieReceived()[all …]