Searched refs:authenticationType (Results 1 – 4 of 4) sorted by relevance
156 @AuthenticationResultType int authenticationType, Identifier identifier, in AuthenticationResult() argument159 mAuthenticationType = authenticationType; in AuthenticationResult()
24 void onAuthenticationSucceeded(int authenticationType); in onAuthenticationSucceeded() argument
726 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) {729 new AuthenticationResult(mCryptoObject, authenticationType);1187 @AuthenticationResultType int authenticationType) { in AuthenticationResult() argument1189 super(crypto, authenticationType, null /* identifier */, 0 /* userId */); in AuthenticationResult()
142 .authenticationType) in launchProviderUi()