Home
last modified time | relevance | path

Searched refs:mCryptoObject (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintAuthenticationDialogFragment.java55 private FingerprintManager.CryptoObject mCryptoObject; field in FingerprintAuthenticationDialogFragment
122 mFingerprintUiHelper.startListening(mCryptoObject); in onResume()
148 mCryptoObject = cryptoObject; in setCryptoObject()
246 mActivity.onPurchased(true /* withFingerprint */, mCryptoObject); in onAuthenticated()
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java72 private FingerprintManager.CryptoObject mCryptoObject; field in FingerprintAuthenticationDialogFragment
146 mFingerprintUiHelper.startListening(mCryptoObject); in onResume()
170 mCryptoObject = cryptoObject; in setCryptoObject()
287 Signature signature = mCryptoObject.getSignature(); in onAuthenticated()