Home
last modified time | relevance | path

Searched refs:CUSTOM_LOCALES_SEP (Results 1 – 1 of 1) sorted by relevance

/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java60 private static final String CUSTOM_LOCALES_SEP = " "; field in CustomLocaleActivity
143 customLocales += CUSTOM_LOCALES_SEP + locale; in onActivityResult()
228 for (String locale : customLocales.split(CUSTOM_LOCALES_SEP)) { in setupLocaleList()
389 for (String locale : oldLocales.split(CUSTOM_LOCALES_SEP)) { in removeCustomLocale()
392 sb.append(CUSTOM_LOCALES_SEP); in removeCustomLocale()