Searched refs:TYPE_USER_CANCELED (Results 1 – 9 of 9) sorted by relevance
57 public static final String TYPE_USER_CANCELED = field in GetCredentialException
57 public static final String TYPE_USER_CANCELED = field in CreateCredentialException
164 String exception = CreateCredentialException.TYPE_USER_CANCELED; in onUiCancellation()
164 String exception = GetCredentialException.TYPE_USER_CANCELED; in onUiCancellation()
293 return new GetCredentialException(GetCredentialException.TYPE_USER_CANCELED); in maybeGetPendingIntentException()
307 return new CreateCredentialException(CreateCredentialException.TYPE_USER_CANCELED); in maybeGetPendingIntentException()
408 return new GetCredentialException(GetCredentialException.TYPE_USER_CANCELED); in maybeGetPendingIntentException()
286 .isEqualTo(GetCredentialException.TYPE_USER_CANCELED); in testOnUiEntrySelected_pendingIntentWithException_callbackWithCancelledException()
13602 …nNull public static final String TYPE_USER_CANCELED = "android.credentials.CreateCredentialExcepti…13693 …NonNull public static final String TYPE_USER_CANCELED = "android.credentials.GetCredentialExceptio…