Searched refs:mCryptoObject (Results 1 – 7 of 7) sorted by relevance
138 private CryptoObject mCryptoObject; field in BiometricAuthenticator.AuthenticationResult158 mCryptoObject = crypto; in AuthenticationResult()171 return mCryptoObject; in getCryptoObject()
715 private CryptoObject mCryptoObject; field in BiometricPrompt726 new AuthenticationResult(mCryptoObject, authenticationType);1465 mCryptoObject = crypto; in authenticateInternal()1477 if (mCryptoObject != null && mCryptoObject.getOpId() != operationId) { in authenticateInternal()1479 mCryptoObject = null; in authenticateInternal()
63 private CryptoObject mCryptoObject; field in FingerprintCallback75 mCryptoObject = cryptoObject; in FingerprintCallback()164 final AuthenticationResult result = new AuthenticationResult(mCryptoObject, fingerprint, in sendAuthenticatedSucceeded()
307 private CryptoObject mCryptoObject; field in FingerprintManager.AuthenticationResult320 mCryptoObject = crypto; in AuthenticationResult()331 public CryptoObject getCryptoObject() { return mCryptoObject; } in getCryptoObject()
65 private CryptoObject mCryptoObject; field in FaceCallback72 mCryptoObject = cryptoObject; in FaceCallback()233 mCryptoObject, face, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
984 private final CryptoObject mCryptoObject; field in FaceManager.AuthenticationResult997 mCryptoObject = crypto; in AuthenticationResult()1011 return mCryptoObject; in getCryptoObject()
18525 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…