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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
CallbackUtils.java 53 private CountDownLatch mBlocker = new CountDownLatch(1);
61 mBlocker.countDown();
67 mBlocker.countDown();
77 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) {
91 private CountDownLatch mBlocker = new CountDownLatch(1);
101 mBlocker.countDown();
110 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) {
123 private CountDownLatch mBlocker = new CountDownLatch(1);
129 mBlocker.countDown();
135 mBlocker.countDown()
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/aware/cts/
SingleDeviceTest.java 78 private CountDownLatch mBlocker = new CountDownLatch(1);
83 mBlocker.countDown();
88 return mBlocker.await(WAIT_FOR_AWARE_CHANGE_SECS, TimeUnit.SECONDS);
97 private CountDownLatch mBlocker = new CountDownLatch(1);
108 mBlocker.countDown();
114 mBlocker.countDown();
123 boolean noTimeout = mBlocker.await(WAIT_FOR_AWARE_CHANGE_SECS, TimeUnit.SECONDS);
144 private CountDownLatch mBlocker = new CountDownLatch(1);
150 mBlocker.countDown();
159 return mBlocker.await(WAIT_FOR_AWARE_CHANGE_SECS, TimeUnit.SECONDS)
    [all...]

Completed in 42 milliseconds