Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java382 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale() local
397 if (MetadataDbHelper.STATUS_INSTALLED == wordListStatus) { in getDictionaryWordListsForLocale()
406 } else if (MetadataDbHelper.STATUS_AVAILABLE == wordListStatus) { in getDictionaryWordListsForLocale()
DUpdateHandler.java530 final int wordListStatus = downloadRecord.mAttributes.getAsInteger( in handleDownloadedFile() local
532 if (MetadataDbHelper.STATUS_DOWNLOADING == wordListStatus) { in handleDownloadedFile()