Searched refs:METHOD_POST (Results 1 – 4 of 4) sorted by relevance
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()
57 public static final String METHOD_POST = "POST"; field in MmsHttpClient152 if (METHOD_POST.equals(method)) { in execute()158 connection.setRequestMethod(METHOD_POST); in execute()273 if (!METHOD_GET.equals(method) && !METHOD_POST.equals(method)) { in checkMethod()
86 MmsHttpClient.METHOD_POST, in doHttp()