Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java314 final int filesizeIndex = cursor.getColumnIndex(MetadataDbHelper.FILESIZE_COLUMN); in createInstalledDictSettingsCollection() local
324 final int filesize = cursor.getInt(filesizeIndex); in createInstalledDictSettingsCollection()