Home
last modified time | relevance | path

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

/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java79 @Inject StoreBackend mStoreBackend; field in FingerprintAuthenticationDialogFragment
209 mStoreBackend.enroll("user", "password", verificationKey); in enroll()
222 if (!mStoreBackend.verify(transaction, mPassword.getText().toString())) { in verifyPassword()
295 if (mStoreBackend.verify(transaction, sigBytes)) { in onAuthenticated()