Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java27 import static com.android.car.hal.VehicleHalTestingHelper.newSubscribableConfig;
116 newSubscribableConfig(CLUSTER_SWITCH_UI), in getFullProperties()
117 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in getFullProperties()
118 newSubscribableConfig(CLUSTER_REPORT_STATE), in getFullProperties()
119 newSubscribableConfig(CLUSTER_REQUEST_DISPLAY), in getFullProperties()
120 newSubscribableConfig(CLUSTER_NAVIGATION_STATE)); in getFullProperties()
125 newSubscribableConfig(CLUSTER_SWITCH_UI), in getCoreProperties()
126 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in getCoreProperties()
127 newSubscribableConfig(CLUSTER_REPORT_STATE), in getCoreProperties()
128 newSubscribableConfig(CLUSTER_REQUEST_DISPLAY)); in getCoreProperties()
[all …]
DUserHalServiceTest.java33 import static com.android.car.hal.VehicleHalTestingHelper.newSubscribableConfig;
189 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in setFixtures()
190 newSubscribableConfig(CREATE_USER), in setFixtures()
191 newSubscribableConfig(REMOVE_USER), in setFixtures()
192 newSubscribableConfig(SWITCH_USER), in setFixtures()
193 newSubscribableConfig(USER_IDENTIFICATION_ASSOCIATION))); in setFixtures()
227 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedFewProperties()
228 newSubscribableConfig(CREATE_USER), in testTakeSupportedProperties_supportedFewProperties()
229 newSubscribableConfig(REMOVE_USER))); in testTakeSupportedProperties_supportedFewProperties()
241 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet()
[all …]
DVehicleHalTestingHelper.java43 public static HalPropConfig newSubscribableConfig(int prop) { in newSubscribableConfig() method in VehicleHalTestingHelper