Searched refs:getCurrentAcceptLanguage (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/tests/src/com/android/mms/util/
H A DHttpUtilsTests.java36 * 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/
H A DHttpUtils.java67 HDR_VALUE_ACCEPT_LANGUAGE = getCurrentAcceptLanguage(Locale.getDefault());
326 public static String getCurrentAcceptLanguage(Locale locale) { method in class:HttpUtils

Completed in 853 milliseconds