Searched refs:AuthenticationResultType (Results 1 – 3 of 3) sorted by relevance
21 import android.hardware.biometrics.BiometricPrompt.AuthenticationResultType;123 private @AuthenticationResultType int mAuthenticationType;140 @AuthenticationResultType int authenticationType, Identifier identifier, in AuthenticationResult()164 public @AuthenticationResultType int getAuthenticationType() { in getAuthenticationType()
473 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType)706 public @interface AuthenticationResultType { annotation in BiometricPrompt722 @AuthenticationResultType int authenticationType) { in AuthenticationResult()742 public @AuthenticationResultType int getAuthenticationType() { in getAuthenticationType()
25 import android.hardware.biometrics.BiometricPrompt.AuthenticationResultType;246 public static @AuthenticationResultType int getAuthenticationTypeForResult(int reason) { in getAuthenticationTypeForResult()