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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java 56 final ContentValues wordlistValues =
58 if (null == wordlistValues) {
64 return wordlistValues.getAsInteger(MetadataDbHelper.PENDINGID_COLUMN);
ActionBatch.java 190 final ContentValues wordListValues) {
192 wordListValues);
194 mWordListValues = wordListValues;

Completed in 537 milliseconds