Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2AuthenticatorService.java29 TestAccountType2Authenticator authenticator = new TestAccountType2Authenticator( in onBind() local
DTestAccountType1AuthenticatorService.java29 TestAccountType1Authenticator authenticator = new TestAccountType1Authenticator( in onBind() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisService.java82 final IrisAuthenticator authenticator = new IrisAuthenticator(mServiceWrapper, in registerAuthenticators() local
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java181 final int authenticator = 1 << i; in testIsValidAuthenticatorConfig() local
DAuthSessionTest.java911 IBiometricAuthenticator authenticator) throws RemoteException { in setupFace()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricService.aidl69 IBiometricAuthenticator authenticator); in registerAuthenticator()