Searched refs:getDispatchList (Results 1 – 3 of 3) sorted by relevance
44 public List<VehiclePropValue> getDispatchList() { in getDispatchList() method in HalServiceBase
621 service.getDispatchList().add(v); in onPropertyEvent()633 s.onHalEvents(s.getDispatchList()); in onPropertyEvent()634 s.getDispatchList().clear(); in onPropertyEvent()
189 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList); in testOnPropertyEvent()