Home
last modified time | relevance | path

Searched refs:getAuthenticatorId (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java104 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in FingerprintAuthenticator
105 return mFingerprintService.getAuthenticatorId(mSensorId, callingUserId); in getAuthenticatorId()
DServiceProvider.java141 long getAuthenticatorId(int sensorId, int userId); in getAuthenticatorId() method
DFingerprintService.java748 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in FingerprintService.FingerprintServiceWrapper
756 return provider.getAuthenticatorId(sensorId, userId); in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java104 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in FaceAuthenticator
105 return mFaceService.getAuthenticatorId(mSensorId, callingUserId); in getAuthenticatorId()
DServiceProvider.java87 long getAuthenticatorId(int sensorId, int userId); in getAuthenticatorId() method
DFaceService.java565 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in FaceService.FaceServiceWrapper
574 return provider.getAuthenticatorId(sensorId, userId); in getAuthenticatorId()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl72 long getAuthenticatorId(int callingUserId); in getAuthenticatorId() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintGetAuthenticatorIdClient.java59 getFreshDaemon().getAuthenticatorId(); in startHalOperation()
DTestHal.java148 public void getAuthenticatorId() throws RemoteException { in createSession()
DFingerprintProvider.java501 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in FingerprintProvider
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceGetAuthenticatorIdClient.java59 getFreshDaemon().getAuthenticatorId(); in startHalOperation()
DTestHal.java169 public void getAuthenticatorId() throws RemoteException { in createSession()
DFaceProvider.java295 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in FaceProvider
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java96 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in IrisAuthenticator
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceUpdateActiveUserClient.java76 mHasEnrolledBiometrics ? daemon.getAuthenticatorId().value : 0L); in startHalOperation()
DTestHal.java102 public OptionalUint64 getAuthenticatorId() { in getAuthenticatorId() method in TestHal
DFace10.java479 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in Face10
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DTestHal.java89 public long getAuthenticatorId() { in getAuthenticatorId() method in TestHal
DFingerprintUpdateActiveUserClient.java114 ? getFreshDaemon().getAuthenticatorId() : 0L); in startHalOperation()
DFingerprint21.java719 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in Fingerprint21
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprint21Test.java105 assertEquals(0, mFingerprint21.getAuthenticatorId(0 /* sensorId */, 111 /* userId */)); in getAuthenticatorId_doesNotCrashWhenIdNotFound()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl116 long getAuthenticatorId(int sensorId, int callingUserId); in getAuthenticatorId() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl132 long getAuthenticatorId(int sensorId, int callingUserId); in getAuthenticatorId() method
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DFace10Test.java113 assertEquals(0, mFace10.getAuthenticatorId(0 /* sensorId */, 111 /* userId */)); in getAuthenticatorId_doesNotCrashWhenIdNotFound()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java845 final long authenticatorId = sensor.impl.getAuthenticatorId(callingUserId); in getAuthenticatorIds()

12