Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DIAuthService.aidl58 long[] getAuthenticatorIds(); in getAuthenticatorIds() method
DBiometricManager.java338 public long[] getAuthenticatorIds() { in getAuthenticatorIds() method in BiometricManager
DIBiometricService.aidl68 long[] getAuthenticatorIds(int callingUserId); in getAuthenticatorIds() method
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java276 public long[] getAuthenticatorIds() throws RemoteException { in getAuthenticatorIds() method in AuthService.AuthServiceImpl
DBiometricService.java882 public long[] getAuthenticatorIds(int callingUserId) { in getAuthenticatorIds() method in BiometricService.BiometricServiceWrapper