Searched refs:SUBSCRIBE_TEMPORARY_ERROR (Results 1 – 3 of 3) sorted by relevance
284 ret = ResultCode.SUBSCRIBE_TEMPORARY_ERROR; //it is internal issue. ignore it. in translateResponseCode()307 ret = ResultCode.SUBSCRIBE_TEMPORARY_ERROR; in translateResponseCode()321 ret = ResultCode.SUBSCRIBE_TEMPORARY_ERROR; in translateResponseCode()329 ret = ResultCode.SUBSCRIBE_TEMPORARY_ERROR; in translateResponseCode()336 ret = ResultCode.SUBSCRIBE_TEMPORARY_ERROR; in translateResponseCode()342 ret = ResultCode.SUBSCRIBE_TEMPORARY_ERROR; in translateResponseCode()
138 public static final int SUBSCRIBE_TEMPORARY_ERROR = SUBSCRIBER_ERROR_CODE_START - 1; field in RcsManager.ResultCode
189 if (ResultCode.SUBSCRIBE_TEMPORARY_ERROR == mResult) { in doInBackground()