Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertisingSetTestActivity.java236 assertTrue(mCallback.mAdvertisingParametersUpdatedLatch.await(TIMEOUT_MS, in testSetAdvertisingParameters()
262 assertTrue(mCallback.mAdvertisingParametersUpdatedLatch.await(TIMEOUT_MS, in testPeriodicAdvertising()
336 public CountDownLatch mAdvertisingParametersUpdatedLatch = new CountDownLatch(1); field in BleAdvertisingSetTestActivity.TestAdvertisingSetCallback
385 mAdvertisingParametersUpdatedLatch.countDown(); in onAdvertisingParametersUpdated()
439 mAdvertisingParametersUpdatedLatch = new CountDownLatch(1); in reset()