Searched refs:CUSTOM_LOCALES_SEP (Results 1 – 1 of 1) sorted by relevance
60 private static final String CUSTOM_LOCALES_SEP = " "; field in CustomLocaleActivity143 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()