Home
last modified time | relevance | path

Searched refs:getDispatchList (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DHalServiceBase.java44 public List<VehiclePropValue> getDispatchList() { in getDispatchList() method in HalServiceBase
H A DVehicleHal.java621 service.getDispatchList().add(v); in onPropertyEvent()
633 s.onHalEvents(s.getDispatchList()); in onPropertyEvent()
634 s.getDispatchList().clear(); in onPropertyEvent()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVehicleHalTest.java189 when(mPowerHalService.getDispatchList()).thenReturn(dispatchList); in testOnPropertyEvent()