Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DPropertyHalServiceIdsTest.java54 private PropertyHalServiceIds mPropertyHalServiceIds;
96 mPropertyHalServiceIds = new PropertyHalServiceIds(); in setUp()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalService.java82 private final PropertyHalServiceIds mPropIds;
130 mPropIds = new PropertyHalServiceIds(); in PropertyHalService()
H A DPropertyHalServiceIds.java61 public class PropertyHalServiceIds { class
74 private static final String TAG = CarLog.tagFor(PropertyHalServiceIds.class);
160 public PropertyHalServiceIds() { in PropertyHalServiceIds() method in PropertyHalServiceIds