Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DInputHalServiceTest.java104 ImmutableList.of(makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER, anyDisplay))); in ignoresSetListener_beforeKeyInputSupported()
202 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER, VehicleDisplay.MAIN), in dispatchesInputEvent_multiple_toListener_mainDisplay()
203 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU, VehicleDisplay.MAIN))); in dispatchesInputEvent_multiple_toListener_mainDisplay()
227 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER, in dispatchesInputEvent_multiple_toListener_clusterDisplay()
229 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU, in dispatchesInputEvent_multiple_toListener_clusterDisplay()
503 ImmutableList.of(makeKeyPropValue(action, code, actualDisplay))); in dispatchSingleEvent()
521 private VehiclePropValue makeKeyPropValue(Key action, int code, in makeKeyPropValue() method in InputHalServiceTest