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