Searched refs:mFirstDeviceAdded (Results 1 – 1 of 1) sorted by relevance
193 private CountDownLatch mFirstDeviceAdded = new CountDownLatch(1); field in DeviceManager1261 mFirstDeviceAdded.countDown(); in deviceConnected()1302 return mFirstDeviceAdded.await(timeout, TimeUnit.MILLISECONDS); in waitForFirstDeviceAdded()