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/
MetadataHandler.java 50 final int typeColumn = results.getColumnIndex(MetadataDbHelper.TYPE_COLUMN);
MetadataDbHelper.java 58 public static final String TYPE_COLUMN = "type";
102 // Types, for storing in the TYPE_COLUMN
113 + TYPE_COLUMN + " INTEGER, "
138 static final String[] METADATA_TABLE_COLUMNS = { PENDINGID_COLUMN, TYPE_COLUMN,
417 result.put(TYPE_COLUMN, type);
446 if (null == result.get(TYPE_COLUMN)) result.put(TYPE_COLUMN, TYPE_BULK);
499 putIntResult(result, cursor, TYPE_COLUMN);
    [all...]
WordListMetadata.java 76 final Integer type = values.getAsInteger(MetadataDbHelper.TYPE_COLUMN);
ActionBatch.java 428 oldValues.getAsInteger(MetadataDbHelper.TYPE_COLUMN),

Completed in 110 milliseconds