Searched refs:createInputDevice (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tests/Input/src/android/hardware/input/ |
D | InputManagerTest.kt | 79 .thenReturn(createInputDevice(deviceId, associatedDisplayId, usiVersion, generation)) in notifyDeviceChanged() 118 private fun createInputDevice( in createInputDevice() method
|
D | InputDeviceLightsManagerTest.java | 89 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/ |
D | InputDeviceDelegateTest.java | 325 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/ |
D | InputManagerServiceTests.kt | 344 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>()
|
D | BatteryControllerTests.kt | 75 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/ |
D | MouseKeysInterceptorTest.kt | 103 inputDevice = createInputDevice(DEVICE_ID) in setUp() 314 private fun createInputDevice( in createInputDevice() method in com.android.server.accessibility.MouseKeysInterceptorTest
|