Searched refs:authenticator (Results 1 – 11 of 11) sorted by relevance
779 for (AuthenticatorWrapper authenticator : mAuthenticators) { in hasEnrolledBiometrics()780 if (authenticator.impl.hasEnrolledTemplates(userId, opPackageName)) { in hasEnrolledBiometrics()793 IBiometricAuthenticator authenticator) { in registerAuthenticator() argument800 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 …]
83 for (BiometricService.AuthenticatorWrapper authenticator : mService.mAuthenticators) { in updateStrengths()84 final int id = authenticator.id; in updateStrengths()87 authenticator.updateStrength(newStrength); in updateStrengths()
335 final IBiometricAuthenticator.Stub authenticator; in registerAuthenticator() local346 authenticator = new FingerprintAuthenticator(fingerprintService); in registerAuthenticator()358 authenticator = new FaceAuthenticator(faceService); in registerAuthenticator()370 authenticator = new IrisAuthenticator(irisService); in registerAuthenticator()380 authenticator); in registerAuthenticator()
29 TestAccountType2Authenticator authenticator = new TestAccountType2Authenticator( in onBind() local31 return authenticator.getIBinder(); in onBind()
29 TestAccountType1Authenticator authenticator = new TestAccountType1Authenticator( in onBind() local31 return authenticator.getIBinder(); in onBind()
49 IBiometricAuthenticator authenticator); in registerAuthenticator() argument
181 final int authenticator = 1 << i; in testIsValidAuthenticatorConfig() local182 if (authenticator == Authenticators.DEVICE_CREDENTIAL) { in testIsValidAuthenticatorConfig()
1209 final BiometricService.AuthenticatorWrapper authenticator = in testAuthenticatorActualStrength() local1214 authenticator.updateStrength(testCases[i][1]); in testAuthenticatorActualStrength()1215 assertEquals(testCases[i][2], authenticator.getActualStrength()); in testAuthenticatorActualStrength()
1630 for (AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticator in getAuthenticatorTypesInternal()1632 types[i] = authenticator.type; in getAuthenticatorTypesInternal()
2726 …field public static final java.lang.String AUTHENTICATOR_ATTRIBUTES_NAME = "account-authenticator";
3183 field public static final String AUTHENTICATOR_ATTRIBUTES_NAME = "account-authenticator";