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.java35 private AuthenticationResult mAuthenticationResult; field in FingerprintAuthenticateSidecar
69 mAuthenticationResult = result;
88 mAuthenticationResult = null;
119 if (mAuthenticationResult != null) { in setListener()
120 listener.onAuthenticationSucceeded(mAuthenticationResult); in setListener()
121 mAuthenticationResult = null; in setListener()