Home
last modified time | relevance | path

Searched refs:eventUri (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1761 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, event_id); in testEventColors() local
1763 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1805 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1806 Cursor c = mContentResolver.query(eventUri, new String[] { in testEventColors()
1823 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1824 c = mContentResolver.query(eventUri, new String[] { in testEventColors()
1842 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1850 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
2231 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in verifyEvent() local
2234 .query(eventUri, EventHelper.EVENTS_PROJECTION, null, null, null); in verifyEvent()
[all …]