Searched refs:authenticationType (Results 1 – 3 of 3) sorted by relevance
156 @AuthenticationResultType int authenticationType, Identifier identifier, in AuthenticationResult() argument159 mAuthenticationType = authenticationType; in AuthenticationResult()
24 void onAuthenticationSucceeded(int authenticationType); in onAuthenticationSucceeded() argument
461 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) {464 new AuthenticationResult(mCryptoObject, authenticationType);751 @AuthenticationResultType int authenticationType) { in AuthenticationResult() argument753 super(crypto, authenticationType, null /* identifier */, 0 /* userId */); in AuthenticationResult()