Searched refs:mCryptoObject (Results 1 – 5 of 5) sorted by relevance
138 private CryptoObject mCryptoObject; field in BiometricAuthenticator.AuthenticationResult158 mCryptoObject = crypto; in AuthenticationResult()171 return mCryptoObject; in getCryptoObject()
453 private CryptoObject mCryptoObject; field in BiometricPrompt464 new AuthenticationResult(mCryptoObject, authenticationType);1022 mCryptoObject = crypto; in authenticateInternal()1035 if (mCryptoObject != null && mCryptoObject.getOpId() != operationId) { in authenticateInternal()1037 mCryptoObject = null; in authenticateInternal()
146 private CryptoObject mCryptoObject; field in FingerprintManager272 private CryptoObject mCryptoObject; field in FingerprintManager.AuthenticationResult285 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()
85 private CryptoObject mCryptoObject; field in FaceManager223 mCryptoObject = crypto; in authenticate()840 private final CryptoObject mCryptoObject; field in FaceManager.AuthenticationResult853 mCryptoObject = crypto; in AuthenticationResult()867 return mCryptoObject; in getCryptoObject()1257 new AuthenticationResult(mCryptoObject, face, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
21403 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…