Searched refs:eventUri (Results 1 – 4 of 4) sorted by relevance
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1987 Uri eventUri = insertEvent(mCalendarId, findEvent("normal0")); in testCalendarAlerts() local 1989 long eventId = ContentUris.parseId(eventUri); in testCalendarAlerts() 2108 Uri eventUri = insertEvent(mCalendarId, findEvent("normal0")); in testAttendees() local 2110 long eventId = ContentUris.parseId(eventUri); in testAttendees() 2126 assertEquals("Created event is missing - cannot find EventUri = " + eventUri, 1, in testAttendees() 2132 cursor = mResolver.query(eventUri, null, null, null, null); in testAttendees() 2134 assertEquals("Created event is missing - cannot find EventUri = " + eventUri, 1, in testAttendees() 2159 cursor = mResolver.query(eventUri, null, null, null, null); in testAttendees() 2177 cursor = mResolver.query(eventUri, null, null, null, null); in testAttendees() 2279 Uri eventUri = insertEvent(mCalendarId, eventInfo); in internalTestDirty() local [all …]
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | SearchActivity.java | 200 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, event.id); in showEventInfo() local 201 intent.setData(eventUri); in showEventInfo()
|
D | CalendarController.java | 758 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in launchViewEvent() local 759 intent.setData(eventUri); in launchViewEvent()
|
D | AllInOneActivity.java | 1184 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, event.id); in handleEvent() local 1185 intent.setData(eventUri); in handleEvent()
|