Searched refs:mAuthenticationError (Results 1 – 1 of 1) sorted by relevance
37 private AuthenticationError mAuthenticationError; field in FingerprintAuthenticateSidecar70 mAuthenticationError = null;87 mAuthenticationError = new AuthenticationError(errMsgId, errString);123 if (mAuthenticationError != null && in setListener()124 mAuthenticationError.error != FingerprintManager.FINGERPRINT_ERROR_CANCELED) { in setListener()125 listener.onAuthenticationError(mAuthenticationError.error, in setListener()126 mAuthenticationError.errorString); in setListener()127 mAuthenticationError = null; in setListener()