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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 58 static final String[] COLORS_PROJECTION = new String[] {
109 startQuery(TOKEN_QUERY_COLORS, null, uri, COLORS_PROJECTION, COLORS_WHERE,
EventInfoFragment.java 292 static final String[] COLORS_PROJECTION = new String[] {
511 startQuery(TOKEN_QUERY_COLORS, null, uri, COLORS_PROJECTION, COLORS_WHERE, args,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 206 static final String[] COLORS_PROJECTION = new String[] {
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 653 public static final String[] COLORS_PROJECTION = new String[] {
713 * The returned cursor will use {@link ColorHelper#COLORS_PROJECTION}.
717 return resolver.query(Colors.CONTENT_URI, COLORS_PROJECTION,
724 return resolver.query(Colors.CONTENT_URI, COLORS_PROJECTION, WHERE_COLOR_ACCOUNT,
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 119 private static final String[] COLORS_PROJECTION = new String[] {
    [all...]

Completed in 189 milliseconds