Searched refs:CalendarOperations (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapter.java | 320 CalendarOperations mOps = new CalendarOperations(); 329 private void addOrganizerToAttendees(CalendarOperations ops, long eventId, in addOrganizerToAttendees() 417 public void addEvent(CalendarOperations ops, String serverId, boolean update) in addEvent() 833 private void exceptionParser(CalendarOperations ops, ContentValues parentCv, in exceptionParser() 984 private void exceptionsParser(CalendarOperations ops, ContentValues cv, in exceptionsParser() 999 private String categoriesParser(CalendarOperations ops) throws IOException { in categoriesParser() 1031 private ArrayList<ContentValues> attendeesParser(CalendarOperations ops, long eventId) in attendeesParser() 1056 private ContentValues attendeeParser(CalendarOperations ops, long eventId) in attendeeParser() 1115 public void addParser(CalendarOperations ops) throws IOException { in addParser() 1142 public void deleteParser(CalendarOperations ops) throws IOException { in deleteParser() [all …]
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapterTests.java | 20 import com.android.exchange.adapter.CalendarSyncAdapter.CalendarOperations; 269 private int countInsertOperationsForTable(CalendarOperations ops, String tableName) { in countInsertOperationsForTable()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapterTests.java | 20 import com.android.exchange.adapter.CalendarSyncAdapter.CalendarOperations; 269 private int countInsertOperationsForTable(CalendarOperations ops, String tableName) { in countInsertOperationsForTable()
|