Searched refs:SERVER_ERROR (Results 1 – 6 of 6) sorted by relevance
116 case android.telephony.DisconnectCause.SERVER_ERROR: in toTelecomDisconnectCauseCode()177 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()
107 public static final int SERVER_ERROR = 6; field in UIProvider.LastSyncResult117 case SERVER_ERROR: return "server_error"; in toString()
72 public static final int SERVER_ERROR = 19; field in MessagingException
169 case MessagingException.SERVER_ERROR: in sync()
104 public static final int LAST_SYNC_RESULT_SERVER_ERROR = UIProvider.LastSyncResult.SERVER_ERROR;