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
723 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) {726 new AuthenticationResult(mCryptoObject, authenticationType);1183 @AuthenticationResultType int authenticationType) { in AuthenticationResult() argument1185 super(crypto, authenticationType, null /* identifier */, 0 /* userId */); in AuthenticationResult()
142 .authenticationType) in launchProviderUi()