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.java221 CountDownLatch changeCountdownLatch = new CountDownLatch(3); in changeCursorData_onChangedCalled() local
230 changeCountdownLatch.countDown(); in changeCursorData_onChangedCalled()
240 changeCountdownLatch.await(5, TimeUnit.SECONDS); in changeCursorData_onChangedCalled()