Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricUtils.java31 void removeBiometricForUser(Context context, int userId, int biometricId); in removeBiometricForUser()
32 void renameBiometricForUser(Context context, int userId, int biometricId, CharSequence name); in renameBiometricForUser()
DBiometricUserState.java106 public void removeBiometric(int biometricId) { in removeBiometric()
118 public void renameBiometric(int biometricId, CharSequence name) { in renameBiometric()
DRemovalClient.java38 BiometricServiceBase.ServiceListener listener, int biometricId, int groupId, int userId, in RemovalClient()
DBiometricServiceBase.java476 int remove(int groupId, int biometricId) throws RemoteException; in remove()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java68 public Identifier(CharSequence name, int biometricId, long deviceId) { in Identifier()