HomeSort by relevance Sort by last modified time
    Searched refs:mBlocker (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
CallbackUtils.java 55 private CountDownLatch mBlocker = new CountDownLatch(1);
63 mBlocker.countDown();
69 mBlocker.countDown();
79 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) {
93 private CountDownLatch mBlocker = new CountDownLatch(1);
103 mBlocker.countDown();
112 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) {
125 private CountDownLatch mBlocker = new CountDownLatch(1);
131 mBlocker.countDown();
137 mBlocker.countDown()
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/rtt/cts/
TestBase.java 121 private CountDownLatch mBlocker = new CountDownLatch(1);
126 mBlocker.countDown();
131 return mBlocker.await(WAIT_FOR_RTT_CHANGE_SECS, TimeUnit.SECONDS);
136 private CountDownLatch mBlocker = new CountDownLatch(1);
141 mBlocker.countDown();
146 return mBlocker.await(WAIT_FOR_SCAN_RESULTS_SECS, TimeUnit.SECONDS);
151 private CountDownLatch mBlocker = new CountDownLatch(1);
159 mBlocker.countDown();
166 mBlocker.countDown();
174 return mBlocker.await(WAIT_FOR_RTT_CHANGE_SECS, TimeUnit.SECONDS)
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/aware/cts/
SingleDeviceTest.java 79 private CountDownLatch mBlocker = new CountDownLatch(1);
84 mBlocker.countDown();
89 return mBlocker.await(WAIT_FOR_AWARE_CHANGE_SECS, TimeUnit.SECONDS);
98 private CountDownLatch mBlocker = new CountDownLatch(1);
109 mBlocker.countDown();
115 mBlocker.countDown();
124 boolean noTimeout = mBlocker.await(WAIT_FOR_AWARE_CHANGE_SECS, TimeUnit.SECONDS);
145 private CountDownLatch mBlocker = new CountDownLatch(1);
151 mBlocker.countDown();
160 return mBlocker.await(WAIT_FOR_AWARE_CHANGE_SECS, TimeUnit.SECONDS)
    [all...]

Completed in 216 milliseconds