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.java114 mInputHalService.onHalEvents(List.of(makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER, in ignoresSetListener_beforeKeyInputSupported()
220 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER, VehicleDisplay.MAIN), in dispatchesInputEvent_multiple_toListener_mainDisplay()
221 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU, VehicleDisplay.MAIN))); in dispatchesInputEvent_multiple_toListener_mainDisplay()
245 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER, in dispatchesInputEvent_multiple_toListener_clusterDisplay()
247 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU, in dispatchesInputEvent_multiple_toListener_clusterDisplay()
864 List.of(makeKeyPropValue(action, code, actualDisplay))); in dispatchSingleEvent()
949 private HalPropValue makeKeyPropValue(Key action, int code, in makeKeyPropValue() method in InputHalServiceTest