Home
last modified time | relevance | path

Searched defs:getAuthenticatorIds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricManager.java626 public long[] getAuthenticatorIds() { in getAuthenticatorIds() method in BiometricManager
639 public long[] getAuthenticatorIds(int userId) { in getAuthenticatorIds() method in BiometricManager
DIAuthService.aidl86 long[] getAuthenticatorIds(in int userId); in getAuthenticatorIds() method
DIBiometricService.aidl90 long[] getAuthenticatorIds(int callingUserId); in getAuthenticatorIds() method
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java480 public long[] getAuthenticatorIds(int userId) throws RemoteException { in getAuthenticatorIds() method in AuthService.AuthServiceImpl