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 67 HDR_VALUE_ACCEPT_LANGUAGE = getCurrentAcceptLanguage(Locale.getDefault());
326 public static String getCurrentAcceptLanguage(Locale locale) {
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 287 mAcceptLanguage = getCurrentAcceptLanguage();
316 private String getCurrentAcceptLanguage() {
    [all...]

Completed in 180 milliseconds