Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DSearchActivity.java235 private void deleteEvent(long eventId, long startMillis, long endMillis) { in deleteEvent() method in SearchActivity
361 deleteEvent(event.id, event.startTime.toMillis(false), endTime); in handleEvent()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DSyncCalendarTest.java54 deleteEvent(insertUri); in testCreateAndDeleteNewRecurringEvent()
DCalendarSyncTestingBase.java161 protected void deleteEvent(Uri uri) throws Exception { in deleteEvent() method in CalendarSyncTestingBase