Home
last modified time | relevance | path

Searched refs:getAuthenticatorId (Results 1 – 11 of 11) 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.aidl88 long getAuthenticatorId(String opPackageName); in getAuthenticatorId() method
DFaceManager.java524 public long getAuthenticatorId() { in getAuthenticatorId() method in FaceManager
527 return mService.getAuthenticatorId(mContext.getOpPackageName()); in getAuthenticatorId()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl92 long getAuthenticatorId(String opPackageName); in getAuthenticatorId() method
DFingerprintManager.java722 public long getAuthenticatorId() { in getAuthenticatorId() method in FingerprintManager
725 return mService.getAuthenticatorId(mContext.getOpPackageName()); in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java595 public long getAuthenticatorId(String opPackageName) { in getAuthenticatorId() method in FaceService.FaceServiceWrapper
612 return FaceService.this.getAuthenticatorId(opPackageName); in getAuthenticatorId()
871 hasEnrolledBiometrics(userId) ? daemon.getAuthenticatorId().value
1156 hasEnrolledBiometrics(userId) ? daemon.getAuthenticatorId().value : 0L); in updateActiveGroup()
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java407 public long getAuthenticatorId(String opPackageName) { in getAuthenticatorId() method in FingerprintService.FingerprintServiceWrapper
424 return FingerprintService.super.getAuthenticatorId(opPackageName); in getAuthenticatorId()
808 hasEnrolledBiometrics(userId) ? daemon.getAuthenticatorId() : 0L); in updateActiveGroup()
/frameworks/base/keystore/java/android/security/
DKeyStore.java1389 return faceManager.getAuthenticatorId(); in getFaceOnlySid()
1404 return fingerprintManager.getAuthenticatorId(); in getFingerprintOnlySid()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java1208 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…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23000 Landroid/hardware/fingerprint/IFingerprintService$Stub$Proxy;->getAuthenticatorId(Ljava/lang/String…
23042 Landroid/hardware/fingerprint/IFingerprintService;->getAuthenticatorId(Ljava/lang/String;)J