Home
last modified time | relevance | path

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

/cts/hostsidetests/multidevices/bluetooth/snippet/
DBluetoothGattMultiDevicesClient.java79 var serverFoundBlocker = new CountDownLatch(1); in connect() local
90 serverFoundBlocker.countDown(); in connect()
97 timeout = !serverFoundBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in connect()