Home
last modified time | relevance | path

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

/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSampleSpellCheckerService.java44 private String mLocale; field in SampleSpellCheckerService.AndroidSpellCheckerSession
47 mLocale = getLocale(); in onCreate()
72 new String[] {"aaa", "bbb", "Candidate for " + input, mLocale}); in onGetSuggestions()
128 new String[] {"aaa", "bbb", "Candidate for " + input, mLocale}); in onGetSentenceSuggestionsMultiple()
/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java420 private final String mLocale; field in CustomLocaleActivity.LocaleInfo
425 mLocale = locale; in LocaleInfo()
435 return mLocale; in getLocale()
445 sb.append(mLocale) in toString()