Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java650 private final CountDownLatch mDeviceAddedLatch = new CountDownLatch(1); field in InputController.WaitForDevice
670 mDeviceAddedLatch.countDown(); in WaitForDevice()
699 if (!mDeviceAddedLatch.await(1, TimeUnit.MINUTES)) { in waitForDeviceCreation()