Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DInputController.java692 private final CountDownLatch mDeviceAddedLatch = new CountDownLatch(1); field in InputController.WaitForDevice
712 mDeviceAddedLatch.countDown(); in WaitForDevice()
736 if (!mDeviceAddedLatch.await(1, TimeUnit.MINUTES)) { in waitForDeviceCreation()