Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java199 SoftApCallbackProxy(PrintWriter printWriter, CountDownLatch countDownLatch) { in SoftApCallbackProxy()
252 DppCallbackProxy(PrintWriter printWriter, CountDownLatch countDownLatch) { in DppCallbackProxy()
361 public WifiScorer(WifiServiceImpl wifiService, CountDownLatch countDownLatch) { in WifiScorer()
684 CountDownLatch countDownLatch = new CountDownLatch(2); in onCommand() local
725 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
864 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
886 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
909 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
1150 CountDownLatch countDownLatch = new CountDownLatch(2); in onCommand() local
1598 CountDownLatch countDownLatch = new CountDownLatch(1); in onCommand() local
[all …]
DWifiServiceImpl.java3612 final CountDownLatch countDownLatch = new CountDownLatch(1); in triggerConnectAndReturnStatus() local
/packages/apps/Settings/tests/unit/src/com/android/settings/development/
DBackAnimationPreferenceControllerTest.java128 CountDownLatch countDownLatch = new CountDownLatch(1); in doAndWaitForSettingChange() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java199 CountDownLatch countDownLatch = new CountDownLatch(1); in runOnTISBinder() local
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pShellCommand.java60 CountDownLatch countDownLatch = new CountDownLatch(1); in handleCommand() local
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DRfcommServer.java393 void setCountDownLatch(@Nullable CountDownLatch countDownLatch) { in setCountDownLatch()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairDualConnection.java1982 public void setNameResponseCountDownLatch(CountDownLatch countDownLatch) { in setNameResponseCountDownLatch()
2085 void setCountDown(CountDownLatch countDownLatch) { in setCountDown()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java666 final CountDownLatch countDownLatch = new CountDownLatch(1); in waitAllTasksForTests() local
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulator.java1105 public void setCountDownLatchToWriteName(CountDownLatch countDownLatch) { in setCountDownLatchToWriteName()