Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertisingSetTestActivity.java188 assertTrue(mCallback.mAdvertisingEnabledLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testEnableAndDisableAdvertising()
334 public CountDownLatch mAdvertisingEnabledLatch = new CountDownLatch(1); field in BleAdvertisingSetTestActivity.TestAdvertisingSetCallback
373 mAdvertisingEnabledLatch.countDown(); in onAdvertisingEnabled()
438 mAdvertisingEnabledLatch = new CountDownLatch(1); in reset()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAdvertiserTest.java175 public CountDownLatch mAdvertisingEnabledLatch = new CountDownLatch(1); field in BluetoothLeAdvertiserTest.TestAdvertisingSetCallback
200 mAdvertisingEnabledLatch.countDown(); in onAdvertisingEnabled()