HomeSort by relevance Sort by last modified time
    Searched refs:wordListStatus (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 381 final int wordListStatus = results.getInt(statusIndex);
396 if (MetadataDbHelper.STATUS_INSTALLED == wordListStatus) {
405 } else if (MetadataDbHelper.STATUS_AVAILABLE == wordListStatus) {
UpdateHandler.java 526 final int wordListStatus = downloadRecord.mAttributes.getAsInteger(
528 if (MetadataDbHelper.STATUS_DOWNLOADING == wordListStatus) {
    [all...]

Completed in 36 milliseconds