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