Home
last modified time | relevance | path

Searched refs:authenticator (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java779 for (AuthenticatorWrapper authenticator : mAuthenticators) { in hasEnrolledBiometrics()
780 if (authenticator.impl.hasEnrolledTemplates(userId, opPackageName)) { in hasEnrolledBiometrics()
793 IBiometricAuthenticator authenticator) { in registerAuthenticator() argument
800 if (authenticator == null) { in registerAuthenticator()
836 mAuthenticators.add(new AuthenticatorWrapper(id, modality, strength, authenticator)); in registerAuthenticator()
860 for (AuthenticatorWrapper authenticator : mAuthenticators) { in setActiveUser()
861 authenticator.impl.setActiveUser(userId); in setActiveUser()
873 for (AuthenticatorWrapper authenticator : mAuthenticators) { in resetLockout()
874 authenticator.impl.resetLockout(token); in resetLockout()
886 for (AuthenticatorWrapper authenticator : mAuthenticators) { in getAuthenticatorIds()
[all …]
DBiometricStrengthController.java83 for (BiometricService.AuthenticatorWrapper authenticator : mService.mAuthenticators) { in updateStrengths()
84 final int id = authenticator.id; in updateStrengths()
87 authenticator.updateStrength(newStrength); in updateStrengths()
DAuthService.java335 final IBiometricAuthenticator.Stub authenticator; in registerAuthenticator() local
346 authenticator = new FingerprintAuthenticator(fingerprintService); in registerAuthenticator()
358 authenticator = new FaceAuthenticator(faceService); in registerAuthenticator()
370 authenticator = new IrisAuthenticator(irisService); in registerAuthenticator()
380 authenticator); in registerAuthenticator()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2AuthenticatorService.java29 TestAccountType2Authenticator authenticator = new TestAccountType2Authenticator( in onBind() local
31 return authenticator.getIBinder(); in onBind()
DTestAccountType1AuthenticatorService.java29 TestAccountType1Authenticator authenticator = new TestAccountType1Authenticator( in onBind() local
31 return authenticator.getIBinder(); in onBind()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricService.aidl49 IBiometricAuthenticator authenticator); in registerAuthenticator() argument
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java181 final int authenticator = 1 << i; in testIsValidAuthenticatorConfig() local
182 if (authenticator == Authenticators.DEVICE_CREDENTIAL) { in testIsValidAuthenticatorConfig()
DBiometricServiceTest.java1209 final BiometricService.AuthenticatorWrapper authenticator = in testAuthenticatorActualStrength() local
1214 authenticator.updateStrength(testCases[i][1]); in testAuthenticatorActualStrength()
1215 assertEquals(testCases[i][2], authenticator.getActualStrength()); in testAuthenticatorActualStrength()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1630 for (AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticator in getAuthenticatorTypesInternal()
1632 types[i] = authenticator.type; in getAuthenticatorTypesInternal()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2726 …field public static final java.lang.String AUTHENTICATOR_ATTRIBUTES_NAME = "account-authenticator";
/frameworks/base/api/
Dcurrent.txt3183 field public static final String AUTHENTICATOR_ATTRIBUTES_NAME = "account-authenticator";