Home
last modified time | relevance | path

Searched defs:authenticator (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1AuthenticatorService.java29 TestAccountType1Authenticator authenticator = new TestAccountType1Authenticator( in onBind() local
H A DTestAccountType2AuthenticatorService.java29 TestAccountType2Authenticator authenticator = new TestAccountType2Authenticator( in onBind() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java181 final int authenticator = 1 << i; in testIsValidAuthenticatorConfig() local
H A DAuthSessionTest.java677 IBiometricAuthenticator authenticator) throws RemoteException { in setupFace()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricService.aidl65 IBiometricAuthenticator authenticator); in registerAuthenticator()