Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DClusterHalServiceTest.java96 newSubscribableConfig(CLUSTER_SWITCH_UI), in setUp()
97 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in setUp()
98 newSubscribableConfig(CLUSTER_REPORT_STATE), in setUp()
129 newSubscribableConfig(CLUSTER_SWITCH_UI), in testTakeProperties_doNotTakePartialProperties()
130 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in testTakeProperties_doNotTakePartialProperties()
139 newSubscribableConfig(CLUSTER_SWITCH_UI), in testTakeProperties_coreProperties()
140 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in testTakeProperties_coreProperties()
141 newSubscribableConfig(CLUSTER_REPORT_STATE), in testTakeProperties_coreProperties()
150 newSubscribableConfig(CLUSTER_SWITCH_UI), in testTakeProperties_fullProperties()
151 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in testTakeProperties_fullProperties()
[all …]
H A DUserHalServiceTest.java182 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in setFixtures()
183 newSubscribableConfig(SWITCH_USER), in setFixtures()
220 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER))); in testTakeSupportedProperties_supportedFewProperties()
232 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet()
245 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllCorePropertiesButDisabled()
257 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllCoreProperties()
270 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllPropertiesButDisabled()
271 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllPropertiesButDisabled()
284 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllPropertiesButEnablePropertyNotSet()
297 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllProperties()
[all …]
/aosp12/packages/services/Car/car-test-lib/src/android/car/test/util/
H A DVehicleHalTestingHelper.java41 public static VehiclePropConfig newSubscribableConfig(int prop) { in newSubscribableConfig() method in VehicleHalTestingHelper