Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputManagerTest.kt93 .thenReturn(createInputDevice(deviceId, associatedDisplayId, usiVersion, generation))
132 private fun createInputDevice( regex
H A DInputDeviceLightsManagerTest.java88 createInputDevice(DEVICE_ID)); in setUp()
120 private InputDevice createInputDevice(int id) { in createInputDevice() method in InputDeviceLightsManagerTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DInputDeviceDelegateTest.java328 return createInputDevice(id, /* hasVibrator= */ true); in createInputDeviceWithVibrator()
332 return createInputDevice(id, /* hasVibrator= */ false); in createInputDeviceWithoutVibrator()
335 private InputDevice createInputDevice(int id, boolean hasVibrator) { in createInputDevice() method in InputDeviceDelegateTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DBatteryControllerTests.kt76 private fun createInputDevice( regex
235 .thenReturn(createInputDevice(deviceId, hasBattery, supportsUsi, generation))