Home
last modified time | relevance | path

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

/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java241 return lhs.getLocale().compareTo(rhs.getLocale()); in setupLocaleList()
288 String code = ((LocaleInfo) o).getLocale(); in checkLocaleInList()
321 getString(R.string.select_locale_1s_button, info.getLocale())); in updateLocaleButtons()
344 changeSystemLocale(info.getLocale()); in onSelectLocale()
355 final String localeToRemove = info == null ? "<error>" : info.getLocale(); in createRemoveLocaleDialog()
434 public String getLocale() { in getLocale() method in CustomLocaleActivity.LocaleInfo
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSampleSpellCheckerService.java47 mLocale = getLocale(); in onCreate()