Searched refs:SERVER_ERROR (Results 1 – 8 of 8) sorted by relevance
72 public static final int SERVER_ERROR = 19; field in MessagingException
71 public static final int SERVER_ERROR = 19; field in MessagingException
354 throw new MessagingException(MessagingException.SERVER_ERROR, alert); in getCommandResponses()574 throw new MessagingException(MessagingException.SERVER_ERROR, alert); in getOAuthResponse()
421 throw new MessagingException(MessagingException.SERVER_ERROR, ioe.toString()); in closeNewUserTutorial()431 throw new MessagingException(MessagingException.SERVER_ERROR, "tagged response expected"); in getChangePinResultFromImapResponse()
107 public static final int SERVER_ERROR = 6; field in UIProvider.LastSyncResult117 case SERVER_ERROR: return "server_error"; in toString()
169 case android.telephony.DisconnectCause.SERVER_ERROR: in toTelecomDisconnectCauseCode()280 case android.telephony.DisconnectCause.SERVER_ERROR: in getLabelFromDisconnectCause()
169 case MessagingException.SERVER_ERROR: in sync()
104 public static final int LAST_SYNC_RESULT_SERVER_ERROR = UIProvider.LastSyncResult.SERVER_ERROR;