Searched refs:mDeviceAddedLatch (Results 1 – 1 of 1) sorted by relevance
650 private final CountDownLatch mDeviceAddedLatch = new CountDownLatch(1); field in InputController.WaitForDevice670 mDeviceAddedLatch.countDown(); in WaitForDevice()699 if (!mDeviceAddedLatch.await(1, TimeUnit.MINUTES)) { in waitForDeviceCreation()