Searched refs:METHOD_POST (Results 1 – 4 of 4) sorted by relevance
59 public static final String METHOD_POST = "POST"; field in MmsHttpClient178 if (METHOD_POST.equals(method)) { in execute()184 connection.setRequestMethod(METHOD_POST); in execute()299 if (!METHOD_GET.equals(method) && !METHOD_POST.equals(method)) { in checkMethod()
86 MmsHttpClient.METHOD_POST, in doHttp()
53 static final String METHOD_POST = "POST"; field in MmsHttpClient152 if (METHOD_POST.equals(method)) { in execute()158 connection.setRequestMethod(METHOD_POST); in execute()241 if (!METHOD_GET.equals(method) && !METHOD_POST.equals(method)) { in checkMethod()
81 return httpClient.execute(getHttpRequestUrl(apn), mPduData, MmsHttpClient.METHOD_POST, in doHttp()