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.java1760 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, event_id); in testEventColors() local
1762 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1804 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1805 Cursor c = mContentResolver.query(eventUri, new String[] { in testEventColors()
1822 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1823 c = mContentResolver.query(eventUri, new String[] { in testEventColors()
1841 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
1849 mContentResolver.update(eventUri, ev, null, null); in testEventColors()
2230 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in verifyEvent() local
2233 .query(eventUri, EventHelper.EVENTS_PROJECTION, null, null, null); in verifyEvent()
[all …]