Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertisingSetTestActivity.java283 assertTrue(mCallback.mPeriodicAdvertisingEnabledLatch.await(TIMEOUT_MS, in testPeriodicAdvertising()
340 public CountDownLatch mPeriodicAdvertisingEnabledLatch = new CountDownLatch(1); field in BleAdvertisingSetTestActivity.TestAdvertisingSetCallback
416 mPeriodicAdvertisingEnabledLatch.countDown(); in onPeriodicAdvertisingEnabled()
443 mPeriodicAdvertisingEnabledLatch = new CountDownLatch(1); in reset()