Searched refs:COLORS_PROJECTION (Results 1 – 1 of 1) sorted by relevance
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 135 private static final String[] COLORS_PROJECTION = new String[] { field in CalendarProvider2 2942 return mDb.query(Tables.COLORS, COLORS_PROJECTION, COLOR_FULL_SELECTION, new String[] { in getColorByTypeIndex() 3861 Cursor c = mDb.query(Tables.COLORS, COLORS_PROJECTION, selection, selectionArgs, null, in deleteMatchingColors() 3973 c = mDb.query(Tables.COLORS, COLORS_PROJECTION, selection, selectionArgs, in handleUpdateColors()
|