Home
last modified time | relevance | path

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

/cts/hostsidetests/multidevices/bluetooth/snippet/
DBluetoothGattMultiDevicesClient.java46 private CountDownLatch mConnectionBlocker = null; field in BluetoothGattMultiDevicesClient
60 && mConnectionBlocker != null) {
62 mConnectionBlocker.countDown();
109 mConnectionBlocker = new CountDownLatch(1); in connect()
113 timeout = !mConnectionBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in connect()