Home
last modified time | relevance | path

Searched refs:BiometricSensor (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthSessionTest.java115 @NonNull private List<BiometricSensor> mSensors;
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()
353 : BiometricSensor.STATE_COOKIE_RETURNED, in testMultiAuth_fingerprintSensorStartsAfterUINotifies()
361 assertEquals(BiometricSensor.STATE_AUTHENTICATING, in testMultiAuth_fingerprintSensorStartsAfterUINotifies()
618 private AuthSession createAuthSession(List<BiometricSensor> sensors, in createAuthSession()
643 mSensors.add(new BiometricSensor(mContext, id, in setupFingerprint()
[all …]
H A DPreAuthInfoTest.java90 BiometricSensor sensor = new BiometricSensor(mContext, SENSOR_ID_FACE, TYPE_FACE, in testFaceAuthentication_whenCameraPrivacyIsEnabled()
117 BiometricSensor sensor = new BiometricSensor(mContext, SENSOR_ID_FACE, TYPE_FACE, in testFaceAuthentication_whenCameraPrivacyIsDisabledAndCameraIsAvailable()
144 BiometricSensor sensor = new BiometricSensor(mContext, SENSOR_ID_FACE, TYPE_FACE, in testFaceAuthentication_whenCameraIsUnavailable()
H A DInvalidationTrackerTest.java84 final ArrayList<BiometricSensor> sensors = new ArrayList<>(); in testCallbackReceived_whenAllStrongSensorsInvalidated()
114 private static class TestSensor extends BiometricSensor {
H A DBiometricServiceTest.java1477 final BiometricSensor sensor = in testAuthenticatorActualStrength()
1478 new BiometricSensor(mContext, 0 /* id */, in testAuthenticatorActualStrength()
1532 for (BiometricSensor sensor : mBiometricService.mSensors) { in testWithDowngradedAuthenticator()
1596 for (BiometricSensor sensor : mBiometricService.mSensors) { in testWithDowngradedAuthenticator()
1935 BiometricSensor.STATE_WAITING_FOR_COOKIE); in getCookieForPendingSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java65 final List<BiometricSensor> eligibleSensors;
67 final List<Pair<BiometricSensor, Integer>> ineligibleSensors;
99 List<BiometricSensor> sensors, in create()
123 for (BiometricSensor sensor : sensors) { in create()
274 Pair<BiometricSensor, Integer> sensorNotEnrolled = null; in calculateErrorByPriority()
275 Pair<BiometricSensor, Integer> sensorLockout = null; in calculateErrorByPriority()
320 for (BiometricSensor sensor : eligibleSensors) { in getInternalStatus()
350 for (BiometricSensor sensor : eligibleSensors) { in getInternalStatus()
448 for (BiometricSensor sensor : eligibleSensors) { in getEligibleModalities()
460 for (BiometricSensor sensor : eligibleSensors) { in numSensorsWaitingForCookie()
[all …]
H A DAuthSession.java27 import static com.android.server.biometrics.BiometricSensor.STATE_UNKNOWN;
252 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateUnknown()
261 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in setSensorsToStateWaitingForCookie()
264 && state != BiometricSensor.STATE_STOPPED in setSensorsToStateWaitingForCookie()
265 && state != BiometricSensor.STATE_CANCELING) { in setSensorsToStateWaitingForCookie()
322 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in onCookieReceived()
366 private boolean isConfirmationRequired(BiometricSensor sensor) { in isConfirmationRequired()
373 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in isConfirmationRequiredByAnyEligibleSensor()
390 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in startAllPreparedSensors()
413 for (BiometricSensor sensor : mPreAuthInfo.eligibleSensors) { in cancelAllSensors()
[all …]
H A DBiometricService.java154 for (BiometricSensor sensor : sensors) { in InvalidationTracker()
516 for (BiometricSensor sensor : mSensors) {
534 for (BiometricSensor sensor : mSensors) {
625 for (BiometricSensor sensor : mSensors) {
665 for (BiometricSensor sensor : mSensors) {
723 for (BiometricSensor sensor : mSensors) {
764 for (BiometricSensor sensor : mSensors) {
807 for (BiometricSensor sensor : mSensors) {
1080 for (BiometricSensor sensor : mSensors) {
1408 for (BiometricSensor sensor : mSensors) {
[all …]
H A DBiometricStrengthController.java86 for (BiometricSensor sensor : mService.mSensors) { in updateStrengths()
98 for (BiometricSensor sensor : mService.mSensors) { in revertStrengths()
H A DBiometricSensor.java39 public abstract class BiometricSensor { class
89 BiometricSensor(@NonNull Context context, int id, int modality, in BiometricSensor() method in BiometricSensor
/aosp14/frameworks/base/services/
H A Dart-profile2825 HSPLcom/android/server/biometrics/BiometricSensor;->toString()Ljava/lang/String;