Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java172 public WifiScorer(WifiServiceImpl wifiService, CountDownLatch countDownLatch) { in WifiScorer() argument
174 mCountDownLatch = countDownLatch; in WifiScorer()
437 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
452 countDownLatch.countDown(); in onCommand()
461 countDownLatch.countDown(); in onCommand()
481 countDownLatch.await(3000, TimeUnit.MILLISECONDS); in onCommand()
592 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
597 countDownLatch.countDown(); in onCommand()
603 countDownLatch.countDown(); in onCommand()
609 countDownLatch.await(500, TimeUnit.MILLISECONDS); in onCommand()
[all …]
DWifiServiceImpl.java2858 final CountDownLatch countDownLatch = new CountDownLatch(1); in triggerConnectAndReturnStatus() local
2864 countDownLatch.countDown(); in triggerConnectAndReturnStatus()
2869 countDownLatch.countDown(); in triggerConnectAndReturnStatus()
2882 countDownLatch.await(RUN_WITH_SCISSORS_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in triggerConnectAndReturnStatus()
/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()