Home
last modified time | relevance | path

Searched refs:biometricId (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricUserState.java106 public void removeBiometric(int biometricId) { in removeBiometric() argument
109 if (mBiometrics.get(i).getBiometricId() == biometricId) { in removeBiometric()
118 public void renameBiometric(int biometricId, CharSequence name) { in renameBiometric() argument
121 if (mBiometrics.get(i).getBiometricId() == biometricId) { in renameBiometric()
DBiometricUtils.java31 void removeBiometricForUser(Context context, int userId, int biometricId); in removeBiometricForUser() argument
32 void renameBiometricForUser(Context context, int userId, int biometricId, CharSequence name); in renameBiometricForUser() argument
DRemovalClient.java38 BiometricServiceBase.ServiceListener listener, int biometricId, int groupId, int userId, in RemovalClient() argument
42 mBiometricId = biometricId; in RemovalClient()
DBiometricServiceBase.java476 int remove(int groupId, int biometricId) throws RemoteException; in remove() argument
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java68 public Identifier(CharSequence name, int biometricId, long deviceId) { in Identifier() argument
70 mBiometricId = biometricId; in Identifier()
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java677 public int remove(int groupId, int biometricId) throws RemoteException {
683 return daemon.remove(groupId, biometricId);
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java999 public int remove(int groupId, int biometricId) throws RemoteException {
1005 return daemon.remove(biometricId);