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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryInfoUtils.java 52 private static final String DESCRIPTION_COLUMN = "description";
73 values.put(DESCRIPTION_COLUMN, mDescription);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 63 public static final String DESCRIPTION_COLUMN = "description";
118 + DESCRIPTION_COLUMN + " TEXT, "
140 STATUS_COLUMN, WORDLISTID_COLUMN, LOCALE_COLUMN, DESCRIPTION_COLUMN,
149 LOCALE_COLUMN, DESCRIPTION_COLUMN, DATE_COLUMN, FILESIZE_COLUMN, VERSION_COLUMN };
421 result.put(DESCRIPTION_COLUMN, description);
450 if (!result.containsKey(DESCRIPTION_COLUMN)) result.put(DESCRIPTION_COLUMN, "");
503 putStringResult(result, cursor, DESCRIPTION_COLUMN);
    [all...]

Completed in 362 milliseconds