Searched refs:getDispatchList (Results 1 – 4 of 4) sorted by relevance
46 assertThat(mHalServiceBase.getDispatchList()).containsExactlyElementsIn(expectedList); in testGetDispatchList()133 getDispatchList().add(val); in addAidlHalPropValue()139 getDispatchList().add(val); in addHidlHalPropValue()
1198 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList);1218 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList);1237 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList);1255 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList);1275 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList);2167 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList);
47 public List<HalPropValue> getDispatchList() { in getDispatchList() method in HalServiceBase
417 service.getDispatchList().add(v); in dispatchPropertyEvents()429 s.onHalEvents(s.getDispatchList()); in dispatchPropertyEvents()430 s.getDispatchList().clear(); in dispatchPropertyEvents()