Home
last modified time | relevance | path

Searched defs:LocaleEntry (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
DInputLanguageSelection.java56 private static class LocaleEntry implements Comparable<Object> { class in InputLanguageSelection
62 public LocaleEntry(String label, Locale locale) { in LocaleEntry() method in InputLanguageSelection.LocaleEntry