Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DUinputTouchDevice.kt140 val lockForInputDeviceUpdates = Object() in waitForDeviceUpdatesUntil() constant
144 synchronized(lockForInputDeviceUpdates) { in waitForDeviceUpdatesUntil()
145 lockForInputDeviceUpdates.notify() in waitForDeviceUpdatesUntil()
150 synchronized(lockForInputDeviceUpdates) { in waitForDeviceUpdatesUntil()
151 lockForInputDeviceUpdates.notify() in waitForDeviceUpdatesUntil()
156 synchronized(lockForInputDeviceUpdates) { in waitForDeviceUpdatesUntil()
157 lockForInputDeviceUpdates.notify() in waitForDeviceUpdatesUntil()
168 lockForInputDeviceUpdates, in waitForDeviceUpdatesUntil()