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.java326 private CryptoObject mCryptoObject; field in BiometricPrompt
336 final AuthenticationResult result = new AuthenticationResult(mCryptoObject);
647 mCryptoObject = crypto; in authenticateInternal()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java85 private CryptoObject mCryptoObject; field in FingerprintManager
161 private CryptoObject mCryptoObject; field in FingerprintManager.AuthenticationResult
172 mCryptoObject = crypto; in AuthenticationResult()
182 public CryptoObject getCryptoObject() { return mCryptoObject; } in getCryptoObject()
418 mCryptoObject = crypto; in authenticate()
842 new AuthenticationResult(mCryptoObject, fp, userId); in sendAuthenticatedSucceeded()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java79 private CryptoObject mCryptoObject; field in FaceManager
227 mCryptoObject = crypto; in authenticate()
741 private CryptoObject mCryptoObject; field in FaceManager.AuthenticationResult
752 mCryptoObject = crypto; in AuthenticationResult()
765 return mCryptoObject; in getCryptoObject()
1065 new AuthenticationResult(mCryptoObject, face, userId); in sendAuthenticatedSucceeded()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22850 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mCryptoObject:Landroid/h…
24471 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;->mCryptoObject:Landroid/hard…
24518 Landroid/hardware/fingerprint/FingerprintManager;->mCryptoObject:Landroid/hardware/biometrics/Crypt…