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 57 final ContentValues wordlistValues =
59 if (null == wordlistValues) {
65 return wordlistValues.getAsInteger(MetadataDbHelper.PENDINGID_COLUMN);
ActionBatch.java 199 final ContentValues wordListValues) {
201 wordListValues);
203 mWordListValues = wordListValues;

Completed in 160 milliseconds