HomeSort by relevance Sort by last modified time
    Searched refs:HttpUtils (Results 1 - 5 of 5) sorted by null

  /packages/apps/Mms/tests/src/com/android/mms/util/
HttpUtilsTests.java 24 import com.android.mms.transaction.HttpUtils;
27 * Unit tests for HttpUtils.
36 * This tests the standard behavior of HttpUtils.getCurrentAcceptLanguage with the
41 String curAcceptLang = HttpUtils.getCurrentAcceptLanguage(defaultLocale);
48 * This tests the behavior of HttpUtils.getCurrentAcceptLanguage with a
53 String curAcceptLang = HttpUtils.getCurrentAcceptLanguage(hebrewLocale);
  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 174 return HttpUtils.httpConnection(
177 pdu, HttpUtils.HTTP_POST_METHOD,
194 return HttpUtils.httpConnection(
196 url, null, HttpUtils.HTTP_GET_METHOD,
HttpUtils.java 49 public class HttpUtils {
77 private HttpUtils() {
164 "[HttpUtils] httpConn: xWapProfUrl=" + xWapProfileUrl);
311 Log.d(TAG, "[HttpUtils] createHttpClient w/ socket timeout " + soTimeout + " ms, "
  /external/chromium_org/chrome_frame/test/
html_util_unittests.cc 448 TEST(HttpUtils, HasFrameBustingHeader) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 

Completed in 4399 milliseconds