Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/android/hardware/input/
DInputManagerTest.kt79 .thenReturn(createInputDevice(deviceId, associatedDisplayId, usiVersion, generation)) in notifyDeviceChanged()
118 private fun createInputDevice( in createInputDevice() method
DInputDeviceLightsManagerTest.java89 createInputDevice(DEVICE_ID)); in setUp()
122 private InputDevice createInputDevice(int id) { in createInputDevice() method in InputDeviceLightsManagerTest
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DInputDeviceDelegateTest.java325 return createInputDevice(id, /* hasVibrator= */ true); in createInputDeviceWithVibrator()
329 return createInputDevice(id, /* hasVibrator= */ false); in createInputDeviceWithoutVibrator()
332 private InputDevice createInputDevice(int id, boolean hasVibrator) { in createInputDevice() method in InputDeviceDelegateTest
/frameworks/base/tests/Input/src/com/android/server/input/
DInputManagerServiceTests.kt344 val event = createKeycodeAEvent(createInputDevice(), KeyEvent.ACTION_DOWN) in <lambda>()
471 private fun createInputDevice(): InputDevice { in <lambda>() method in com.android.server.input.InputManagerServiceTests
498 val inputDevice = createInputDevice() in <lambda>()
561 val inputDevice = createInputDevice() in <lambda>()
DBatteryControllerTests.kt75 private fun createInputDevice( in createInputDevice() method
233 .thenReturn(createInputDevice(deviceId, hasBattery, supportsUsi, generation)) in notifyDeviceChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMouseKeysInterceptorTest.kt103 inputDevice = createInputDevice(DEVICE_ID) in setUp()
314 private fun createInputDevice( in createInputDevice() method in com.android.server.accessibility.MouseKeysInterceptorTest