Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceAuthenticator.java111 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in FaceAuthenticator
112 return mFaceService.getAuthenticatorId(mSensorId, callingUserId); in getAuthenticatorId()
H A DFaceService.java582 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in FaceService.FaceServiceWrapper
592 return provider.getAuthenticatorId(sensorId, userId); in getAuthenticatorId()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java112 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in FingerprintAuthenticator
113 return mFingerprintService.getAuthenticatorId(mSensorId, callingUserId); in getAuthenticatorId()
H A DFingerprintService.java821 public long getAuthenticatorId(int sensorId, int userId) {
829 return provider.getAuthenticatorId(sensorId, userId);
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricServiceProvider.java51 long getAuthenticatorId(int sensorId, int userId); in getAuthenticatorId() method
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl73 long getAuthenticatorId(int callingUserId); in getAuthenticatorId() method
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceGetAuthenticatorIdClient.java62 getFreshDaemon().getSession().getAuthenticatorId(); in startHalOperation()
H A DTestHal.java170 public void getAuthenticatorId() throws RemoteException { in createSession()
H A DFaceProvider.java367 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in FaceProvider
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintGetAuthenticatorIdClient.java62 getFreshDaemon().getSession().getAuthenticatorId(); in startHalOperation()
H A DTestHal.java150 public void getAuthenticatorId() throws RemoteException { in createSession()
H A DFingerprintProvider.java667 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in FingerprintProvider
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisAuthenticator.java97 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId() method in IrisAuthenticator
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceUpdateActiveUserClient.java79 mHasEnrolledBiometrics ? daemon.getAuthenticatorId().value : 0L); in startHalOperation()
H A DTestHal.java102 public OptionalUint64 getAuthenticatorId() { in getAuthenticatorId() method in TestHal
H A DFace10.java510 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in Face10
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DTestHal.java89 public long getAuthenticatorId() { in getAuthenticatorId() method in TestHal
H A DFingerprintUpdateActiveUserClient.java121 ? getFreshDaemon().getAuthenticatorId() : 0L); in startHalOperation()
H A DFingerprint21.java813 public long getAuthenticatorId(int sensorId, int userId) { in getAuthenticatorId() method in Fingerprint21
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21Test.java112 assertEquals(0, mFingerprint21.getAuthenticatorId(0 /* sensorId */, 111 /* userId */)); in getAuthenticatorId_doesNotCrashWhenIdNotFound()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl146 long getAuthenticatorId(int sensorId, int callingUserId); in getAuthenticatorId() method
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl153 long getAuthenticatorId(int sensorId, int callingUserId); in getAuthenticatorId() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
H A DFace10Test.java133 assertEquals(0, mFace10.getAuthenticatorId(0 /* sensorId */, 111 /* userId */)); in getAuthenticatorId_doesNotCrashWhenIdNotFound()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java727 final long authenticatorId = sensor.impl.getAuthenticatorId(callingUserId);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20113 Landroid/hardware/fingerprint/IFingerprintService$Stub$Proxy;->getAuthenticatorId(Ljava/lang/String…
20155 Landroid/hardware/fingerprint/IFingerprintService;->getAuthenticatorId(Ljava/lang/String;)J