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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 49 private static final String[] EVENTS_PROJECTION = new String[]{
101 CalendarContract.Events.CONTENT_URI, EVENTS_PROJECTION, where,
113 CalendarContract.Events.CONTENT_URI, EVENTS_PROJECTION, dirtyWhere,
CalendarProvider2.java 104 private static final String[] EVENTS_PROJECTION = new String[] {
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 298 public static final String[] EVENTS_PROJECTION = new String[] {
565 return resolver.query(Events.CONTENT_URI, EVENTS_PROJECTION, selection, selectionArgs,
570 return resolver.query(uri, EVENTS_PROJECTION, null, null, null);
    [all...]

Completed in 644 milliseconds