Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintAuthenticateSidecar.java37 private AuthenticationError mAuthenticationError; field in FingerprintAuthenticateSidecar
70 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintAuthenticateSidecar.java37 private AuthenticationError mAuthenticationError; field in FingerprintAuthenticateSidecar
70 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()