Searched refs:mBlocker (Results 1 – 3 of 3) sorted by relevance
56 private CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.AttachCb64 mBlocker.countDown(); in onAttached()70 mBlocker.countDown(); in onAttachFailed()80 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) { in waitForAttach()94 private CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.IdentityListenerSingleShot104 mBlocker.countDown(); in onIdentityChanged()113 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) { in waitForMac()126 private CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.NetworkCb133 mBlocker.countDown(); in onUnavailable()141 mBlocker.countDown(); in onCapabilitiesChanged()[all …]
156 private CountDownLatch mBlocker = new CountDownLatch(1); field in TestBase.WifiRttBroadcastReceiver161 mBlocker.countDown(); in onReceive()166 return mBlocker.await(WAIT_FOR_RTT_CHANGE_SECS, TimeUnit.SECONDS); in waitForStateChange()171 private CountDownLatch mBlocker = new CountDownLatch(1); field in TestBase.WifiScansBroadcastReceiver176 mBlocker.countDown(); in onReceive()181 return mBlocker.await(WAIT_FOR_SCAN_RESULTS_SECS, TimeUnit.SECONDS); in waitForStateChange()186 private CountDownLatch mBlocker = new CountDownLatch(1); field in TestBase.ResultCallback194 mBlocker.countDown(); in onRangingFailure()201 mBlocker.countDown(); in onRangingResults()209 return mBlocker.await(WAIT_FOR_RTT_CHANGE_SECS, TimeUnit.SECONDS); in waitForCallback()
4563 private final CountDownLatch mBlocker; field in WifiManagerTest.TestUserApprovalStatusListener4566 mBlocker = countDownLatch; in TestUserApprovalStatusListener()4570 mBlocker.countDown(); in onUserApprovalStatusChange()