Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java138 private CryptoObject mCryptoObject; field in BiometricAuthenticator.AuthenticationResult
158 mCryptoObject = crypto; in AuthenticationResult()
171 return mCryptoObject; in getCryptoObject()
DBiometricPrompt.java453 private CryptoObject mCryptoObject; field in BiometricPrompt
464 new AuthenticationResult(mCryptoObject, authenticationType);
1022 mCryptoObject = crypto; in authenticateInternal()
1035 if (mCryptoObject != null && mCryptoObject.getOpId() != operationId) { in authenticateInternal()
1037 mCryptoObject = null; in authenticateInternal()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java146 private CryptoObject mCryptoObject; field in FingerprintManager
272 private CryptoObject mCryptoObject; field in FingerprintManager.AuthenticationResult
285 mCryptoObject = crypto; in AuthenticationResult()
296 public CryptoObject getCryptoObject() { return mCryptoObject; } in getCryptoObject()
568 mCryptoObject = crypto; in authenticate()
1208 new AuthenticationResult(mCryptoObject, fp, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java85 private CryptoObject mCryptoObject; field in FaceManager
223 mCryptoObject = crypto; in authenticate()
840 private final CryptoObject mCryptoObject; field in FaceManager.AuthenticationResult
853 mCryptoObject = crypto; in AuthenticationResult()
867 return mCryptoObject; in getCryptoObject()
1257 new AuthenticationResult(mCryptoObject, face, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21403 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mCryptoObject:Landroid/h…
22910 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;->mCryptoObject:Landroid/hard…
22946 Landroid/hardware/fingerprint/FingerprintManager;->mCryptoObject:Landroid/hardware/biometrics/Crypt…