Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAdvertiserTest.java114 assertTrue(mCallback.mAdvertisingSetStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in startAdvertisingSetWithCallbackAndHandler()
124 assertTrue(mCallback.mAdvertisingSetStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in startAdvertisingSetWithDurationAndCallback()
135 assertTrue(mCallback.mAdvertisingSetStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in startAdvertisingSetWithDurationCallbackAndHandler()
157 assertTrue(mCallback.mAdvertisingSetStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in startAdvertisingSetWithDurationCallbackGattServerAndHandler()
167 mCallback.mAdvertisingSetStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS); in getAdvertisingSetId()
174 public CountDownLatch mAdvertisingSetStartedLatch = new CountDownLatch(1); field in BluetoothLeAdvertiserTest.TestAdvertisingSetCallback
191 mAdvertisingSetStartedLatch.countDown(); in onAdvertisingSetStarted()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertisingSetTestActivity.java175 assertTrue(mCallback.mAdvertisingSetStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in startAdvertisingSet()
333 public CountDownLatch mAdvertisingSetStartedLatch = new CountDownLatch(1); field in BleAdvertisingSetTestActivity.TestAdvertisingSetCallback
364 mAdvertisingSetStartedLatch.countDown(); in onAdvertisingSetStarted()
437 mAdvertisingSetStartedLatch = new CountDownLatch(1); in reset()