Searched refs:CUSTOM_LOCALES (Results 1 – 1 of 1) sorted by relevance
61 private static final String CUSTOM_LOCALES = "custom_locales"; field in CustomLocaleActivity137 String customLocales = mPrefs.getString(CUSTOM_LOCALES, null); in onActivityResult()150 mPrefs.edit().putString(CUSTOM_LOCALES, customLocales).commit(); in onActivityResult()224 String customLocales = mPrefs.getString(CUSTOM_LOCALES, ""); in setupLocaleList()381 String oldLocales = mPrefs.getString(CUSTOM_LOCALES, ""); in removeCustomLocale()401 boolean ok = mPrefs.edit().putString(CUSTOM_LOCALES, newLocales).commit(); in removeCustomLocale()