Searched refs:METHOD_GET (Results 1 – 4 of 4) sorted by relevance
54 static final String METHOD_GET = "GET"; field in MmsHttpClient178 } else if (METHOD_GET.equals(method)) { in execute()182 connection.setRequestMethod(METHOD_GET); in execute()241 if (!METHOD_GET.equals(method) && !METHOD_POST.equals(method)) { in checkMethod()
61 return httpClient.execute(getHttpRequestUrl(apn), null/*pdu*/, MmsHttpClient.METHOD_GET, in doHttp()
58 public static final String METHOD_GET = "GET"; field in MmsHttpClient176 } else if (METHOD_GET.equals(method)) { in execute()180 connection.setRequestMethod(METHOD_GET); in execute()273 if (!METHOD_GET.equals(method) && !METHOD_POST.equals(method)) { in checkMethod()
82 MmsHttpClient.METHOD_GET, in doHttp()