Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DEventsLiveDataTest.java238 CountDownLatch changeCountdownLatch = new CountDownLatch(2); in notifyDataChange_dataNotChanged_onChangedNotCalled() local
247 changeCountdownLatch.countDown(); in notifyDataChange_dataNotChanged_onChangedNotCalled()
257 awaitAndAssertNotDone(changeCountdownLatch); in notifyDataChange_dataNotChanged_onChangedNotCalled()
268 CountDownLatch changeCountdownLatch = new CountDownLatch(2); in notifyDataChange_dataChanged_onChangedCalled() local
277 changeCountdownLatch.countDown(); in notifyDataChange_dataChanged_onChangedCalled()
288 awaitAndAssertDone(changeCountdownLatch); in notifyDataChange_dataChanged_onChangedCalled()