Searched refs:BiometricSensor (Results 1 – 9 of 9) sorted by relevance
94 @NonNull private List<BiometricSensor> mSensors;120 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testNewAuthSession_eligibleSensorsSetToStateUnknown()143 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()149 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()166 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()181 for (BiometricSensor sensor : session.mPreAuthInfo.eligibleSensors) { in testStartNewAuthSession()279 assertEquals(BiometricSensor.STATE_COOKIE_RETURNED, in testMultiAuth_fingerprintSensorStartsAfter()284 assertEquals(BiometricSensor.STATE_AUTHENTICATING, in testMultiAuth_fingerprintSensorStartsAfter()397 private AuthSession createAuthSession(List<BiometricSensor> sensors, in createAuthSession()422 mSensors.add(new BiometricSensor(mContext, id, in setupFingerprint()[all …]
84 final ArrayList<BiometricSensor> sensors = new ArrayList<>(); in testCallbackReceived_whenAllStrongSensorsInvalidated()114 private static class TestSensor extends BiometricSensor {
1300 final BiometricSensor sensor = in testAuthenticatorActualStrength()1301 new BiometricSensor(mContext, 0 /* id */, in testAuthenticatorActualStrength()1355 for (BiometricSensor sensor : mBiometricService.mSensors) { in testWithDowngradedAuthenticator()1418 for (BiometricSensor sensor : mBiometricService.mSensors) { in testWithDowngradedAuthenticator()1717 BiometricSensor.STATE_WAITING_FOR_COOKIE); in getCookieForPendingSession()
85 final List<BiometricSensor> eligibleSensors;87 final List<Pair<BiometricSensor, Integer>> ineligibleSensors;97 List<BiometricSensor> sensors, in create()115 final List<BiometricSensor> eligibleSensors = new ArrayList<>(); in create()119 for (BiometricSensor sensor : sensors) { in create()163 BiometricSensor sensor, int userId, String opPackageName, in getStatusForBiometricAuthenticator()322 for (BiometricSensor sensor : eligibleSensors) { in getInternalStatus()352 for (BiometricSensor sensor : eligibleSensors) { in getInternalStatus()447 for (BiometricSensor sensor : eligibleSensors) { in getEligibleModalities()459 for (BiometricSensor sensor : eligibleSensors) { in numSensorsWaitingForCookie()[all …]
225 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateUnknown()234 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateWaitingForCookie()285 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in onCookieReceived()333 private boolean isConfirmationRequired(BiometricSensor sensor) { in isConfirmationRequired()340 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in isConfirmationRequiredByAnyEligibleSensor()357 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in startAllPreparedSensors()380 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in cancelAllSensors()407 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in onErrorReceived()827 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in containsCookie()847 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in hasPausableBiometric()[all …]
280 for (BiometricSensor sensor : sensors) { in InvalidationTracker()654 for (BiometricSensor sensor : mSensors) { in createTestSession()670 for (BiometricSensor sensor : mSensors) { in getSensorProperties()770 for (BiometricSensor sensor : mSensors) { in hasEnrolledBiometrics()808 for (BiometricSensor sensor : mSensors) { in registerAuthenticator()856 for (BiometricSensor sensor : mSensors) { in getAuthenticatorIds()895 for (BiometricSensor sensor : mSensors) { in resetLockoutTimeBound()924 for (BiometricSensor sensor : mSensors) { in getCurrentStrength()1195 for (BiometricSensor sensor : mSensors) { in isStrongBiometric()1477 for (BiometricSensor sensor : mSensors) { in getSensorForId()[all …]
86 for (BiometricSensor sensor : mService.mSensors) { in updateStrengths()98 for (BiometricSensor sensor : mService.mSensors) { in revertStrengths()
41 public abstract class BiometricSensor { class91 BiometricSensor(@NonNull Context context, int id, int modality, in BiometricSensor() method in BiometricSensor
13522 …r/biometrics/AuthSession;->isConfirmationRequired(Lcom/android/server/biometrics/BiometricSensor;)Z13552 PLcom/android/server/biometrics/BiometricSensor;->getCookie()I13553 HPLcom/android/server/biometrics/BiometricSensor;->getCurrentStrength()I13554 PLcom/android/server/biometrics/BiometricSensor;->getSensorState()I13555 PLcom/android/server/biometrics/BiometricSensor;->goToStateCancelling(Landroid/os/IBinder;Ljava/lan…13556 PLcom/android/server/biometrics/BiometricSensor;->goToStateCookieReturnedIfCookieMatches(I)V13557 HSPLcom/android/server/biometrics/BiometricSensor;->goToStateUnknown()V13559 PLcom/android/server/biometrics/BiometricSensor;->goToStoppedStateIfCookieMatches(II)V13560 PLcom/android/server/biometrics/BiometricSensor;->startSensor()V13562 HSPLcom/android/server/biometrics/BiometricSensor;->updateStrength(I)V[all …]