Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAdvertiserTest.java98 assertTrue(mCallback.mAdvertisingSetStoppedLatch.await(TIMEOUT_MS, in tearDown()
177 public CountDownLatch mAdvertisingSetStoppedLatch = new CountDownLatch(1); field in BluetoothLeAdvertiserTest.TestAdvertisingSetCallback
210 mAdvertisingSetStoppedLatch.countDown(); in onAdvertisingSetStopped()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertisingSetTestActivity.java311 assertTrue(mCallback.mAdvertisingSetStoppedLatch.await(TIMEOUT_MS, in stopAdvertisingSet()
339 public CountDownLatch mAdvertisingSetStoppedLatch = new CountDownLatch(1); field in BleAdvertisingSetTestActivity.TestAdvertisingSetCallback
433 mAdvertisingSetStoppedLatch.countDown(); in onAdvertisingSetStopped()