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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 63 public static final String TYPE_COLUMN = "type";
111 // Types, for storing in the TYPE_COLUMN
122 + TYPE_COLUMN + " INTEGER, "
149 static final String[] METADATA_TABLE_COLUMNS = { PENDINGID_COLUMN, TYPE_COLUMN,
488 result.put(TYPE_COLUMN, type);
519 if (null == result.get(TYPE_COLUMN)) result.put(TYPE_COLUMN, TYPE_BULK);
577 putIntResult(result, cursor, TYPE_COLUMN);
    [all...]
MetadataHandler.java 51 final int typeColumn = results.getColumnIndex(MetadataDbHelper.TYPE_COLUMN);
WordListMetadata.java 84 final Integer type = values.getAsInteger(MetadataDbHelper.TYPE_COLUMN);
ActionBatch.java 402 oldValues.getAsInteger(MetadataDbHelper.TYPE_COLUMN),

Completed in 2593 milliseconds