Searched defs:CalendarOperations (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DCalendarSyncAdapter.java320 CalendarOperations mOps = new CalendarOperations();
329 private void addOrganizerToAttendees(CalendarOperations ops, long eventId,
417 public void addEvent(CalendarOperations ops, String serverId, boolean update)
836 private void exceptionParser(CalendarOperations ops, ContentValues parentCv,
987 private void exceptionsParser(CalendarOperations ops, ContentValues cv,
1002 private String categoriesParser(CalendarOperations ops) throws IOException {
1034 private ArrayList<ContentValues> attendeesParser(CalendarOperations ops, long eventId)
1059 private ContentValues attendeeParser(CalendarOperations ops, long eventId)
1118 public void addParser(CalendarOperations op
1354 protected class CalendarOperations extends ArrayList<Operation> { class in class:CalendarSyncAdapter
[all...]

Completed in 38 milliseconds