Searched refs:EVENTS_PROJECTION (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 299 public static final String[] EVENTS_PROJECTION = new String[] { field in CalendarTest.EventHelper 566 return resolver.query(Events.CONTENT_URI, EVENTS_PROJECTION, selection, selectionArgs, in getEventsByAccount() 571 return resolver.query(uri, EVENTS_PROJECTION, null, null, null); in getEventByUri() 2234 .query(eventUri, EventHelper.EVENTS_PROJECTION, null, null, null); in verifyEvent()
|