Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintAuthenticateSidecar.java36 private AuthenticationResult mAuthenticationResult; field in FingerprintAuthenticateSidecar
70 mAuthenticationResult = result;
88 mAuthenticationResult = null;
121 if (mAuthenticationResult != null) { in setListener()
122 listener.onAuthenticationSucceeded(mAuthenticationResult); in setListener()
123 mAuthenticationResult = null; in setListener()