HomeSort by relevance Sort by last modified time
    Searched refs:CUSTOM_LOCALES (Results 1 - 3 of 3) sorted by null

  /build/
buildspec.mk.default 74 # built product. Any locales that appear in CUSTOM_LOCALES but not in
77 ifndef CUSTOM_LOCALES
78 #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/core/
product_config.mk 294 # If CUSTOM_LOCALES contains any locales not already included
296 extra_locales := $(filter-out $(PRODUCT_LOCALES),$(CUSTOM_LOCALES))
300 $(info Adding CUSTOM_LOCALES [$(extra_locales)] to PRODUCT_LOCALES [$(PRODUCT_LOCALES)])

Completed in 75 milliseconds