Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java297 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in createInstalledDictSettingsCollection() local
305 final String localeString = cursor.getString(localeIndex); in createInstalledDictSettingsCollection()
DDictionaryProvider.java362 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in getDictionaryWordListsForLocale() local
387 final String wordListLocale = results.getString(localeIndex); in getDictionaryWordListsForLocale()