OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
WebSettings.java
391
mAcceptLanguage =
getCurrentAcceptLanguage
();
406
private String
getCurrentAcceptLanguage
() {
[
all
...]
Completed in 523 milliseconds