Home
last modified time | relevance | path

Searched refs:mCryptoObject (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricAuthenticator.java138 private CryptoObject mCryptoObject; field in BiometricAuthenticator.AuthenticationResult
158 mCryptoObject = crypto; in AuthenticationResult()
171 return mCryptoObject; in getCryptoObject()
H A DBiometricPrompt.java524 private CryptoObject mCryptoObject; field in BiometricPrompt
535 new AuthenticationResult(mCryptoObject, authenticationType);
1142 mCryptoObject = crypto; in authenticateInternal()
1154 if (mCryptoObject != null && mCryptoObject.getOpId() != operationId) { in authenticateInternal()
1156 mCryptoObject = null; in authenticateInternal()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java89 private CryptoObject mCryptoObject; field in FaceManager
254 mCryptoObject = crypto; in authenticate()
956 private final CryptoObject mCryptoObject; field in FaceManager.AuthenticationResult
969 mCryptoObject = crypto; in AuthenticationResult()
983 return mCryptoObject; in getCryptoObject()
1388 new AuthenticationResult(mCryptoObject, face, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java171 private CryptoObject mCryptoObject; field in FingerprintManager
325 private CryptoObject mCryptoObject; field in FingerprintManager.AuthenticationResult
338 mCryptoObject = crypto; in AuthenticationResult()
349 public CryptoObject getCryptoObject() { return mCryptoObject; } in getCryptoObject()
660 mCryptoObject = crypto; in authenticate()
1425 new AuthenticationResult(mCryptoObject, fp, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18525 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mCryptoObject:Landroid/h…
20032 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;->mCryptoObject:Landroid/hard…
20068 Landroid/hardware/fingerprint/FingerprintManager;->mCryptoObject:Landroid/hardware/biometrics/Crypt…