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.java114 private CryptoObject mCryptoObject; field in BiometricAuthenticator.AuthenticationResult
131 mCryptoObject = crypto; in AuthenticationResult()
142 return mCryptoObject; in getCryptoObject()
DBiometricPrompt.java327 private CryptoObject mCryptoObject; field in BiometricPrompt
337 final AuthenticationResult result = new AuthenticationResult(mCryptoObject);
660 mCryptoObject = crypto; in authenticateInternal()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java79 private CryptoObject mCryptoObject; field in FaceManager
227 mCryptoObject = crypto; in authenticate()
743 private CryptoObject mCryptoObject; field in FaceManager.AuthenticationResult
754 mCryptoObject = crypto; in AuthenticationResult()
767 return mCryptoObject; in getCryptoObject()
1067 new AuthenticationResult(mCryptoObject, face, userId); in sendAuthenticatedSucceeded()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java86 private CryptoObject mCryptoObject; field in FingerprintManager
171 private CryptoObject mCryptoObject; field in FingerprintManager.AuthenticationResult
182 mCryptoObject = crypto; in AuthenticationResult()
192 public CryptoObject getCryptoObject() { return mCryptoObject; } in getCryptoObject()
428 mCryptoObject = crypto; in authenticate()
852 new AuthenticationResult(mCryptoObject, fp, userId); in sendAuthenticatedSucceeded()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt21412 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mCryptoObject:Landroid/h…
22919 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;->mCryptoObject:Landroid/hard…
22955 Landroid/hardware/fingerprint/FingerprintManager;->mCryptoObject:Landroid/hardware/biometrics/Crypt…