Home
last modified time | relevance | path

Searched refs:PropertyHalServiceConfigs (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java60 public class PropertyHalServiceConfigs { class
64 private static PropertyHalServiceConfigs sPropertyHalServiceConfigs;
140 private static final String TAG = CarLog.tagFor(PropertyHalServiceConfigs.class);
155 /* package */ PropertyHalServiceConfigs(@Nullable FeatureFlags featureFlags) { in PropertyHalServiceConfigs() method in PropertyHalServiceConfigs
213 public static PropertyHalServiceConfigs getInstance() { in getInstance()
216 sPropertyHalServiceConfigs = new PropertyHalServiceConfigs( in getInstance()
227 public static PropertyHalServiceConfigs newConfigs() { in newConfigs()
228 return new PropertyHalServiceConfigs(/* featureFlags= */ null); in newConfigs()
/packages/services/Car/service/src/com/android/car/hal/
DHalPropConfig.java30 import com.android.car.hal.property.PropertyHalServiceConfigs;
103 PropertyHalServiceConfigs propertyHalServiceConfigs) { in toCarPropertyConfig()
DPropertyHalService.java78 import com.android.car.hal.property.PropertyHalServiceConfigs;
134 private PropertyHalServiceConfigs mPropertyHalServiceConfigs =
135 PropertyHalServiceConfigs.getInstance();
1061 void setPropertyHalServiceConfigs(PropertyHalServiceConfigs configs) { in setPropertyHalServiceConfigs()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java47 import com.android.car.hal.property.PropertyHalServiceConfigs.CarSvcPropertyConfig;
91 private PropertyHalServiceConfigs mPropertyHalServiceConfigs;
143 mPropertyHalServiceConfigs = new PropertyHalServiceConfigs(mFakeFeatureFlags); in setUp()
675 mPropertyHalServiceConfigs = new PropertyHalServiceConfigs(mFakeFeatureFlags); in testVicVehiclePropertiesFlagDisabled()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropConfigTest.java42 import com.android.car.hal.property.PropertyHalServiceConfigs;
92 private final PropertyHalServiceConfigs mPropertyHalServiceConfigs =
93 PropertyHalServiceConfigs.getInstance();
DPropertyHalServiceTest.java73 import com.android.car.hal.property.PropertyHalServiceConfigs;
195 mPropertyHalService.setPropertyHalServiceConfigs(PropertyHalServiceConfigs.newConfigs()); in setUp()