Searched refs:AuthenticationResultType (Results 1 – 3 of 3) sorted by relevance
20 import android.hardware.biometrics.BiometricPrompt.AuthenticationResultType;139 private @AuthenticationResultType int mAuthenticationType;156 @AuthenticationResultType int authenticationType, Identifier identifier, in AuthenticationResult()180 public @AuthenticationResultType int getAuthenticationType() { in getAuthenticationType()
461 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) {735 public @interface AuthenticationResultType { annotation in BiometricPrompt751 @AuthenticationResultType int authenticationType) { in AuthenticationResult()771 public @AuthenticationResultType int getAuthenticationType() { in getAuthenticationType()
48 import android.hardware.biometrics.BiometricPrompt.AuthenticationResultType;303 static @AuthenticationResultType int getAuthenticationTypeForResult(int reason) { in getAuthenticationTypeForResult()