Searched refs:responseMessage (Results 1 – 2 of 2) sorted by relevance
186 final String responseMessage = connection.getResponseMessage(); in execute() local187 Log.d(MmsService.TAG, "HTTP: " + responseCode + " " + responseMessage); in execute()192 throw new MmsHttpException(responseCode, responseMessage); in execute()
184 final String responseMessage = connection.getResponseMessage(); in execute() local185 LogUtil.d(requestId, "HTTP: " + responseCode + " " + responseMessage); in execute()190 throw new MmsHttpException(responseCode, responseMessage); in execute()