Home
last modified time | relevance | path

Searched refs:CLUSTER_SWITCH_UI (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java24 import static android.car.VehiclePropertyIds.CLUSTER_SWITCH_UI;
116 newSubscribableConfig(CLUSTER_SWITCH_UI), in getFullProperties()
125 newSubscribableConfig(CLUSTER_SWITCH_UI), in getCoreProperties()
198 verify(mVehicleHal).subscribePropertySafe(mClusterHalService, CLUSTER_SWITCH_UI); in testInit_subscribePropertySafe_coreProperties()
209 verify(mVehicleHal, times(0)).subscribePropertySafe(lightModeService, CLUSTER_SWITCH_UI); in testInit_subscribePropertySafe_lightMode_coreProperties()
220 verify(mVehicleHal, times(0)).subscribePropertySafe(mClusterHalService, CLUSTER_SWITCH_UI); in testInit_subscribePropertySafe_noProperties()
231 verify(mVehicleHal, times(0)).subscribePropertySafe(lightModeService, CLUSTER_SWITCH_UI); in testInit_lightMode_subscribePropertySafe_noProperties()
243 verify(mVehicleHal, times(0)).subscribePropertySafe(mClusterHalService, CLUSTER_SWITCH_UI); in testInit_subscribePropertySafe_partialProperties()
255 verify(mVehicleHal, times(0)).subscribePropertySafe(lightModeService, CLUSTER_SWITCH_UI); in testInit_lightMode_subscribePropertySafe_partialProperties()
281 newSubscribableConfig(CLUSTER_SWITCH_UI), in testTakeProperties_fullMode_partialProperties()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java24 import static android.car.VehiclePropertyIds.CLUSTER_SWITCH_UI;
90 CLUSTER_SWITCH_UI,
99 CLUSTER_SWITCH_UI,
106 CLUSTER_SWITCH_UI,
227 case CLUSTER_SWITCH_UI: in onHalEvents()
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java20 import static android.car.VehiclePropertyIds.CLUSTER_SWITCH_UI;
123 addAidlProperty(VehicleProperty.CLUSTER_SWITCH_UI) in configureMockedHal()
210 event.prop = CLUSTER_SWITCH_UI; in testClusterSwitchUi_InvalidProp()
497 event.prop = CLUSTER_SWITCH_UI; in createSwitchUiEvent()
/packages/apps/Car/Cluster/ClusterHomeSample/
DREADME.md82 - `CLUSTER_SWITCH_UI`
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java81 VehiclePropertyIds.CLUSTER_SWITCH_UI);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java311 propsToString.put(VehiclePropertyIds.CLUSTER_SWITCH_UI, "CLUSTER_SWITCH_UI"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java5415 public static final int CLUSTER_SWITCH_UI = 289410868; field in VehiclePropertyIds
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt107 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
Dcar_hidden_apis_release_33.1.txt107 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
Dcar_hidden_apis.txt111 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
Dcar_hidden_apis_release_33.3.txt116 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2647 field TIRAMISU_0 @hiddenOnly int CLUSTER_SWITCH_UI = 289410868;