Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2323 private void testAndClearDirty(long eventId, int wanted) { in testAndClearDirty() method in CalendarProvider2Test
2405 testAndClearDirty(eventId, 1); in internalTestDirty()
2420 testAndClearDirty(eventId, syncAdapter ? 0 : 1); in internalTestDirty()
2431 testAndClearDirty(eventId, syncAdapter ? 0 : 1); in internalTestDirty()
2452 testAndClearDirty(eventId, 0); in internalTestDirty()
2466 testAndClearDirty(eventId, syncAdapter ? 0 : 1); in internalTestDirty()
2488 testAndClearDirty(eventId, syncAdapter ? 0 : 1); in internalTestDirty()
2500 testAndClearDirty(eventId, 0); in internalTestDirty()
2511 testAndClearDirty(eventId, syncAdapter ? 0 : 1); in internalTestDirty()
2521 testAndClearDirty(eventId, syncAdapter ? 0 : 1); in internalTestDirty()
[all …]