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()
524 private CryptoObject mCryptoObject; field in BiometricPrompt535 new AuthenticationResult(mCryptoObject, authenticationType);1142 mCryptoObject = crypto; in authenticateInternal()1154 if (mCryptoObject != null && mCryptoObject.getOpId() != operationId) { in authenticateInternal()1156 mCryptoObject = null; in authenticateInternal()
89 private CryptoObject mCryptoObject; field in FaceManager254 mCryptoObject = crypto; in authenticate()956 private final CryptoObject mCryptoObject; field in FaceManager.AuthenticationResult969 mCryptoObject = crypto; in AuthenticationResult()983 return mCryptoObject; in getCryptoObject()1388 new AuthenticationResult(mCryptoObject, face, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
171 private CryptoObject mCryptoObject; field in FingerprintManager325 private CryptoObject mCryptoObject; field in FingerprintManager.AuthenticationResult338 mCryptoObject = crypto; in AuthenticationResult()349 public CryptoObject getCryptoObject() { return mCryptoObject; } in getCryptoObject()660 mCryptoObject = crypto; in authenticate()1425 new AuthenticationResult(mCryptoObject, fp, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
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…