Searched refs:mOps (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapterTests.java | 356 p.addEvent(p.mOps, "1:1", false); in testAddEvent() 358 assertEquals(1, countInsertOperationsForTable(p.mOps, "events")); in testAddEvent() 360 assertEquals(11, countInsertOperationsForTable(p.mOps, "attendees")); in testAddEvent() 362 assertEquals(5, countInsertOperationsForTable(p.mOps, "extendedproperties")); in testAddEvent() 381 p.addEvent(p.mOps, "1:1", false); in testAddEventIllegal() 382 assertEquals(0, countInsertOperationsForTable(p.mOps, "events")); in testAddEventIllegal() 383 assertEquals(0, countInsertOperationsForTable(p.mOps, "attendees")); in testAddEventIllegal() 384 assertEquals(0, countInsertOperationsForTable(p.mOps, "extendedproperties")); in testAddEventIllegal() 396 p.addEvent(p.mOps, "1:1", false); in testAddEventRedactedAttendees() 398 assertEquals(1, countInsertOperationsForTable(p.mOps, "events")); in testAddEventRedactedAttendees() [all …]
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapterTests.java | 356 p.addEvent(p.mOps, "1:1", false); in testAddEvent() 358 assertEquals(1, countInsertOperationsForTable(p.mOps, "events")); in testAddEvent() 360 assertEquals(11, countInsertOperationsForTable(p.mOps, "attendees")); in testAddEvent() 362 assertEquals(5, countInsertOperationsForTable(p.mOps, "extendedproperties")); in testAddEvent() 381 p.addEvent(p.mOps, "1:1", false); in testAddEventIllegal() 382 assertEquals(0, countInsertOperationsForTable(p.mOps, "events")); in testAddEventIllegal() 383 assertEquals(0, countInsertOperationsForTable(p.mOps, "attendees")); in testAddEventIllegal() 384 assertEquals(0, countInsertOperationsForTable(p.mOps, "extendedproperties")); in testAddEventIllegal() 396 p.addEvent(p.mOps, "1:1", false); in testAddEventRedactedAttendees() 398 assertEquals(1, countInsertOperationsForTable(p.mOps, "events")); in testAddEventRedactedAttendees() [all …]
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapter.java | 320 CalendarOperations mOps = new CalendarOperations(); field in CalendarSyncAdapter.EasCalendarSyncParser 1192 addParser(mOps); in commandsParser() 1195 deleteParser(mOps); in commandsParser() 1198 changeParser(mOps); in commandsParser() 1209 mOps.add(new Operation(SyncStateContract.Helpers.newSetOperation( in commit() 1233 mOps.mResults = safeExecute(CalendarContract.AUTHORITY, mOps); in commit() 1238 if (mOps.mResults != null) { in commit() 1306 mOps.add(new Operation(ContentProviderOperation in addResponsesParser()
|