Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertisingSetTestActivity.java193 assertTrue(mCallback.mAdvertisingDisabledLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testEnableAndDisableAdvertising()
228 assertTrue(mCallback.mAdvertisingDisabledLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testSetAdvertisingParameters()
335 public CountDownLatch mAdvertisingDisabledLatch = new CountDownLatch(1); field in BleAdvertisingSetTestActivity.TestAdvertisingSetCallback
376 mAdvertisingDisabledLatch.countDown(); in onAdvertisingEnabled()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAdvertiserTest.java176 public CountDownLatch mAdvertisingDisabledLatch = new CountDownLatch(1); field in BluetoothLeAdvertiserTest.TestAdvertisingSetCallback
203 mAdvertisingDisabledLatch.countDown(); in onAdvertisingEnabled()