Searched refs:makeKeyPropValue (Results 1 – 1 of 1) sorted by relevance
94 ImmutableList.of(makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER))); in ignoresSetListener_beforeKeyInputSupported()136 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_ENTER), in dispatchesInputEvent_multiple_toListener()137 makeKeyPropValue(Key.DOWN, KeyEvent.KEYCODE_MENU))); in dispatchesInputEvent_multiple_toListener()242 private VehiclePropValue makeKeyPropValue(Key action, int code) { in makeKeyPropValue() method in InputHalServiceTest257 mInputHalService.handleHalEvents(ImmutableList.of(makeKeyPropValue(action, code))); in dispatchSingleEvent()