Searched refs:mAdvertisingSetStartedLatch (Results 1 – 2 of 2) sorted by relevance
114 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.TestAdvertisingSetCallback191 mAdvertisingSetStartedLatch.countDown(); in onAdvertisingSetStarted()
175 assertTrue(mCallback.mAdvertisingSetStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in startAdvertisingSet()333 public CountDownLatch mAdvertisingSetStartedLatch = new CountDownLatch(1); field in BleAdvertisingSetTestActivity.TestAdvertisingSetCallback364 mAdvertisingSetStartedLatch.countDown(); in onAdvertisingSetStarted()437 mAdvertisingSetStartedLatch = new CountDownLatch(1); in reset()