Searched refs:changeCountdownLatch (Results 1 – 1 of 1) sorted by relevance
238 CountDownLatch changeCountdownLatch = new CountDownLatch(2); in notifyDataChange_dataNotChanged_onChangedNotCalled() local247 changeCountdownLatch.countDown(); in notifyDataChange_dataNotChanged_onChangedNotCalled()257 awaitAndAssertNotDone(changeCountdownLatch); in notifyDataChange_dataNotChanged_onChangedNotCalled()268 CountDownLatch changeCountdownLatch = new CountDownLatch(2); in notifyDataChange_dataChanged_onChangedCalled() local277 changeCountdownLatch.countDown(); in notifyDataChange_dataChanged_onChangedCalled()288 awaitAndAssertDone(changeCountdownLatch); in notifyDataChange_dataChanged_onChangedCalled()