Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeymasterUtils.java143 (fingerprintManager != null) ? fingerprintManager.getAuthenticatorId() : 0; in addUserAuthArgs()
145 (faceManager != null) ? faceManager.getAuthenticatorId() : 0; in addUserAuthArgs()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl87 long getAuthenticatorId(String opPackageName); in getAuthenticatorId() method
DFaceManager.java522 public long getAuthenticatorId() { in getAuthenticatorId() method in FaceManager
525 return mService.getAuthenticatorId(mContext.getOpPackageName()); in getAuthenticatorId()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl92 long getAuthenticatorId(String opPackageName); in getAuthenticatorId() method
DFingerprintManager.java712 public long getAuthenticatorId() { in getAuthenticatorId() method in FingerprintManager
715 return mService.getAuthenticatorId(mContext.getOpPackageName()); in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java405 public long getAuthenticatorId(String opPackageName) { in getAuthenticatorId() method in FingerprintService.FingerprintServiceWrapper
422 return FingerprintService.super.getAuthenticatorId(opPackageName); in getAuthenticatorId()
806 hasEnrolledBiometrics(userId) ? daemon.getAuthenticatorId() : 0L); in updateActiveGroup()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java454 public long getAuthenticatorId(String opPackageName) { in getAuthenticatorId() method in FaceService.FaceServiceWrapper
471 return FaceService.this.getAuthenticatorId(opPackageName); in getAuthenticatorId()
970 hasEnrolledBiometrics(userId) ? daemon.getAuthenticatorId().value : 0L); in updateActiveGroup()
/frameworks/base/keystore/java/android/security/
DKeyStore.java1378 return faceManager.getAuthenticatorId(); in getFaceOnlySid()
1393 return fingerprintManager.getAuthenticatorId(); in getFingerprintOnlySid()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java1193 protected long getAuthenticatorId(String opPackageName) { in getAuthenticatorId() method in BiometricServiceBase
/frameworks/base/services/
Dart-profile8 HSPLandroid/hardware/biometrics/fingerprint/V2_1/IBiometricsFingerprint$Proxy;->getAuthenticatorId(…
5247 …metrics/fingerprint/FingerprintService$FingerprintServiceWrapper;->getAuthenticatorId(Ljava/lang/S…