Searched refs:onHalEvents (Results 1 – 16 of 16) sorted by relevance
185 mClusterHalService.onHalEvents(Arrays.asList( in testOnSwitchUi()195 mClusterHalService.onHalEvents(Arrays.asList( in testOnSwitchUi_noListener()205 mClusterHalService.onHalEvents(Arrays.asList( in testOnSwitchUi_noProperties()213 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState()230 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_DontAcceptPartialDontCare_Bounds()244 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_DontAcceptPartialDontCare_Inset()260 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_noListener()273 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_noProperties()
103 mInputHalService.onHalEvents( in ignoresSetListener_beforeKeyInputSupported()200 mInputHalService.onHalEvents( in dispatchesInputEvent_multiple_toListener_mainDisplay()225 mInputHalService.onHalEvents( in dispatchesInputEvent_multiple_toListener_clusterDisplay()386 mInputHalService.onHalEvents(ImmutableList.of( in dispatchesRotaryEvent_singleVolumeUp_anyDisplay()420 mInputHalService.onHalEvents(ImmutableList.of( in dispatchesRotaryEvent_multipleNavigatePrevious_anyDisplay()455 mInputHalService.onHalEvents(ImmutableList.of(customInputPropValue)); in dispatchesCustomInputEvent_mainDisplay()481 mInputHalService.onHalEvents(ImmutableList.of(customInputPropValue)); in dispatchesCustomInputEvent_clusterDisplay()502 mInputHalService.onHalEvents( in dispatchSingleEvent()513 mInputHalService.onHalEvents( in dispatchSingleEventWithIndents()
127 mEvsHalService.onHalEvents( in dispatchEvsServiceRequest()
192 verify(mPowerHalService).onHalEvents(dispatchList); in testOnPropertyEvent()
720 mUserHalService.onHalEvents(Arrays.asList(propResponse)); in testUserSwitch_OEMRequest_success()734 mUserHalService.onHalEvents(Arrays.asList(propResponse)); in testUserSwitch_OEMRequest_failure_positiveRequestId()1482 mUserHalService.onHalEvents(Arrays.asList(response)); in replySetPropertyWithOnChangeEvent()
1072 mHalService.onHalEvents(Collections.singletonList(message)); in sendHalMessage()
87 public abstract void onHalEvents(List<VehiclePropValue> values); in onHalEvents() method in HalServiceBase
148 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in EvsHalService
174 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in ClusterHalService
214 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in InputHalService
420 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in PowerHalService
413 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in PropertyHalService
411 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in DiagnosticHalService
278 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in VmsHalService
606 s.onHalEvents(s.getDispatchList()); in onPropertyEvent()
180 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in UserHalService