Searched refs:HttpUtils (Results 1 – 3 of 3) sorted by relevance
24 import com.android.mms.transaction.HttpUtils;41 String curAcceptLang = HttpUtils.getCurrentAcceptLanguage(defaultLocale); in testDefaultAcceptLanguage()53 String curAcceptLang = HttpUtils.getCurrentAcceptLanguage(hebrewLocale); in testDeprecatedLanguage()
176 return HttpUtils.httpConnection( in sendPdu()179 pdu, HttpUtils.HTTP_POST_METHOD, in sendPdu()196 return HttpUtils.httpConnection( in getPdu()198 url, null, HttpUtils.HTTP_GET_METHOD, in getPdu()
52 public class HttpUtils { class80 private HttpUtils() { in HttpUtils() method in HttpUtils