Searched refs:mStoreBackend (Results 1 – 1 of 1) sorted by relevance
79 @Inject StoreBackend mStoreBackend; field in FingerprintAuthenticationDialogFragment209 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()