Home
last modified time | relevance | path

Searched refs:getAuthenticator (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java418 BiometricAuthenticator getAuthenticator() { in getAuthenticator() method in BiometricService.Authenticator
803 mAuthenticators.get(i).getAuthenticator().setActiveUser(userId); in setActiveUser()
906 new Authenticator(FEATURE_ID[i], getAuthenticator(FEATURE_ID[i])); in onStart()
947 BiometricAuthenticator authenticator = mAuthenticators.get(i).getAuthenticator(); in checkAndGetBiometricModality()
1011 private BiometricAuthenticator getAuthenticator(int type) { in getAuthenticator() method in BiometricService
/frameworks/base/services/
Dart-profile5141 HSPLcom/android/server/biometrics/BiometricService;->getAuthenticator(I)Landroid/hardware/biometric…