Searched refs:SERVER_ERROR (Results 1 – 8 of 8) sorted by relevance
119 case android.telephony.DisconnectCause.SERVER_ERROR: in toTelecomDisconnectCauseCode()197 case android.telephony.DisconnectCause.SERVER_ERROR: in toTelecomDisconnectCauseLabel()
354 throw new MessagingException(MessagingException.SERVER_ERROR, alert); in getCommandResponses()574 throw new MessagingException(MessagingException.SERVER_ERROR, alert); in getOAuthResponse()
71 public static final int SERVER_ERROR = 19; field in MessagingException
72 public static final int SERVER_ERROR = 19; field in MessagingException
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 MessagingException.SERVER_ERROR: in sync()
104 public static final int LAST_SYNC_RESULT_SERVER_ERROR = UIProvider.LastSyncResult.SERVER_ERROR;