Searched refs:TYPE_NO_CREDENTIAL (Results 1 – 8 of 8) sorted by relevance
148 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in onFinalResponseReceived()176 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in onUiSelectorInvocationFailure()202 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in onProviderStatusChanged()225 String exception = GetCredentialException.TYPE_NO_CREDENTIAL; in handleEmptyAuthenticationSelection()
410 return new GetCredentialException(GetCredentialException.TYPE_NO_CREDENTIAL); in maybeGetPendingIntentException()499 GetCredentialException.TYPE_NO_CREDENTIAL, null); in invokeCallbackOnInternalInvalidState()
295 return new GetCredentialException(GetCredentialException.TYPE_NO_CREDENTIAL); in maybeGetPendingIntentException()
511 GetCredentialException.TYPE_NO_CREDENTIAL, in executeGetCredential()
48 public static final String TYPE_NO_CREDENTIAL = field in GetCredentialException
76 new GetCredentialException(GetCredentialException.TYPE_NO_CREDENTIAL))); in show()
212 .onError(GetCredentialException.TYPE_NO_CREDENTIAL, "no credential found"); in testGetCredential_noCredential()216 .isEqualTo(GetCredentialException.TYPE_NO_CREDENTIAL); in testGetCredential_noCredential()
13691 …NonNull public static final String TYPE_NO_CREDENTIAL = "android.credentials.GetCredentialExceptio…