Searched refs:PropertyHalServiceConfigs (Results 1 – 6 of 6) sorted by relevance
60 public class PropertyHalServiceConfigs { class64 private static PropertyHalServiceConfigs sPropertyHalServiceConfigs;140 private static final String TAG = CarLog.tagFor(PropertyHalServiceConfigs.class);155 /* package */ PropertyHalServiceConfigs(@Nullable FeatureFlags featureFlags) { in PropertyHalServiceConfigs() method in PropertyHalServiceConfigs213 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()
30 import com.android.car.hal.property.PropertyHalServiceConfigs;103 PropertyHalServiceConfigs propertyHalServiceConfigs) { in toCarPropertyConfig()
78 import com.android.car.hal.property.PropertyHalServiceConfigs;134 private PropertyHalServiceConfigs mPropertyHalServiceConfigs =135 PropertyHalServiceConfigs.getInstance();1061 void setPropertyHalServiceConfigs(PropertyHalServiceConfigs configs) { in setPropertyHalServiceConfigs()
47 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()
42 import com.android.car.hal.property.PropertyHalServiceConfigs;92 private final PropertyHalServiceConfigs mPropertyHalServiceConfigs =93 PropertyHalServiceConfigs.getInstance();
73 import com.android.car.hal.property.PropertyHalServiceConfigs;195 mPropertyHalService.setPropertyHalServiceConfigs(PropertyHalServiceConfigs.newConfigs()); in setUp()