Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java92 ImmutableList.of(makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER))); in ignoresSetListener_beforeKeyInputSupported()
160 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER), in dispatchesInputEvent_multiple_toListener()
161 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU))); in dispatchesInputEvent_multiple_toListener()
337 private VehiclePropValue makeKeyPropValue(Key action, int code) { in makeKeyPropValue() method in InputHalServiceTest
352 mInputHalService.onHalEvents(ImmutableList.of(makeKeyPropValue(action, code))); in dispatchSingleEvent()