Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DVirtualInputDevice.java61 private volatile CountDownLatch mDeviceRemovedSignal; // to wait for onInputDeviceRemoved signal field in VirtualInputDevice
97 mDeviceRemovedSignal = new CountDownLatch(1); in VirtualInputDevice()
188 mDeviceRemovedSignal.await(HW_TIMEOUT_MULTIPLIER * 20L, TimeUnit.SECONDS); in close()
189 if (mDeviceRemovedSignal.getCount() != 0) { in close()
275 mDeviceRemovedSignal.countDown(); in onInputDeviceRemoved()