Searched refs:onAuthenticationSucceeded (Results 1 – 5 of 5) sorted by relevance
40 void onAuthenticationSucceeded(AuthenticationResult result); in onAuthenticationSucceeded() method64 public void onAuthenticationSucceeded(AuthenticationResult result) {67 mListener.onAuthenticationSucceeded(result);120 listener.onAuthenticationSucceeded(mAuthenticationResult); in setListener()
156 public void onAuthenticationSucceeded(
64 public void onAuthenticationSucceeded(AuthenticationResult result) {66 mClientCallback.onAuthenticationSucceeded(result);
122 public void onAuthenticationSucceeded(BiometricPrompt.AuthenticationResult result) {
383 public void onAuthenticationSucceeded( in showLockScreen()