Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DCallbackUtils.java56 private CountDownLatch mBlocker = new CountDownLatch(1); field in CallbackUtils.AttachCb
64 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.IdentityListenerSingleShot
104 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.NetworkCb
133 mBlocker.countDown(); in onUnavailable()
141 mBlocker.countDown(); in onCapabilitiesChanged()
[all …]
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DTestBase.java156 private CountDownLatch mBlocker = new CountDownLatch(1); field in TestBase.WifiRttBroadcastReceiver
161 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.WifiScansBroadcastReceiver
176 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.ResultCallback
194 mBlocker.countDown(); in onRangingFailure()
201 mBlocker.countDown(); in onRangingResults()
209 return mBlocker.await(WAIT_FOR_RTT_CHANGE_SECS, TimeUnit.SECONDS); in waitForCallback()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java4563 private final CountDownLatch mBlocker; field in WifiManagerTest.TestUserApprovalStatusListener
4566 mBlocker = countDownLatch; in TestUserApprovalStatusListener()
4570 mBlocker.countDown(); in onUserApprovalStatusChange()