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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java2200 private void testAndClearDirty(long eventId, int wanted) { method in class:CalendarProvider2Test
2282 testAndClearDirty(eventId, 1);
2297 testAndClearDirty(eventId, syncAdapter ? 0 : 1);
2308 testAndClearDirty(eventId, syncAdapter ? 0 : 1);
2329 testAndClearDirty(eventId, 0);
2343 testAndClearDirty(eventId, syncAdapter ? 0 : 1);
2365 testAndClearDirty(eventId, syncAdapter ? 0 : 1);
2377 testAndClearDirty(eventId, 0);
2388 testAndClearDirty(eventId, syncAdapter ? 0 : 1);
2398 testAndClearDirty(eventI
[all...]

Completed in 36 milliseconds