OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUSTOM_LOCALES
(Results
1 - 3
of
3
) sorted by null
/build/make/
buildspec.mk.default
77
# built product. Any locales that appear in
CUSTOM_LOCALES
but not in
80
ifndef
CUSTOM_LOCALES
81
#
CUSTOM_LOCALES
:=
/development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java
61
private static final String
CUSTOM_LOCALES
= "
custom_locales
";
137
String customLocales = mPrefs.getString(
CUSTOM_LOCALES
, null);
150
mPrefs.edit().putString(
CUSTOM_LOCALES
, customLocales).commit();
224
String customLocales = mPrefs.getString(
CUSTOM_LOCALES
, "");
381
String oldLocales = mPrefs.getString(
CUSTOM_LOCALES
, "");
401
boolean ok = mPrefs.edit().putString(
CUSTOM_LOCALES
, newLocales).commit();
/build/make/core/
product_config.mk
282
# If
CUSTOM_LOCALES
contains any locales not already included
284
extra_locales := $(filter-out $(PRODUCT_LOCALES),$(
CUSTOM_LOCALES
))
288
$(info Adding
CUSTOM_LOCALES
[$(extra_locales)] to PRODUCT_LOCALES [$(PRODUCT_LOCALES)])
Completed in 98 milliseconds