Searched refs:biometricId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricUserState.java | 106 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()
|
D | BiometricUtils.java | 31 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
|
D | RemovalClient.java | 38 BiometricServiceBase.ServiceListener listener, int biometricId, int groupId, int userId, in RemovalClient() argument 42 mBiometricId = biometricId; in RemovalClient()
|
D | BiometricServiceBase.java | 476 int remove(int groupId, int biometricId) throws RemoteException; in remove() argument
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricAuthenticator.java | 68 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/ |
D | FingerprintService.java | 677 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/ |
D | FaceService.java | 999 public int remove(int groupId, int biometricId) throws RemoteException { 1005 return daemon.remove(biometricId);
|