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.java311 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in createInstalledDictSettingsCollection() local
318 final String localeString = cursor.getString(localeIndex); in createInstalledDictSettingsCollection()
DDictionaryProvider.java354 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in getDictionaryWordListsForLocale() local
379 final String wordListLocale = results.getString(localeIndex); in getDictionaryWordListsForLocale()