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

  /packages/apps/Mms/tests/src/com/android/mms/util/
HttpUtilsTests.java 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/
HttpUtils.java 70 HDR_VALUE_ACCEPT_LANGUAGE = getCurrentAcceptLanguage(Locale.getDefault());
329 public static String getCurrentAcceptLanguage(Locale locale) {
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 286 mAcceptLanguage = getCurrentAcceptLanguage();
315 private String getCurrentAcceptLanguage() {
    [all...]

Completed in 56 milliseconds