Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java666 final CountDownLatch countDownLatch = new CountDownLatch(1); in waitAllTasksForTests() local
670 countDownLatch.countDown(); in waitAllTasksForTests()
674 countDownLatch.await(); in waitAllTasksForTests()