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) {
  /packages/services/Mms/src/com/android/mms/service/
MmsHttpClient.java 128 HEADER_ACCEPT_LANGUAGE, getCurrentAcceptLanguage(Locale.getDefault()));
273 public static String getCurrentAcceptLanguage(Locale locale) {

Completed in 94 milliseconds