Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java23 import static android.car.VehiclePropertyIds.CLUSTER_SWITCH_UI;
96 newSubscribableConfig(CLUSTER_SWITCH_UI), in setUp()
115 verify(mVehicleHal).subscribeProperty(mClusterHalService, CLUSTER_SWITCH_UI); in testInit_subscribeProperty()
129 newSubscribableConfig(CLUSTER_SWITCH_UI), in testTakeProperties_doNotTakePartialProperties()
139 newSubscribableConfig(CLUSTER_SWITCH_UI), in testTakeProperties_coreProperties()
150 newSubscribableConfig(CLUSTER_SWITCH_UI), in testTakeProperties_fullProperties()
161 event.prop = CLUSTER_SWITCH_UI; in createSwitchUiEvent()
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java23 import static android.car.VehiclePropertyIds.CLUSTER_SWITCH_UI;
80 CLUSTER_SWITCH_UI,
88 CLUSTER_SWITCH_UI,
95 CLUSTER_SWITCH_UI,
184 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;
113 addProperty(VehicleProperty.CLUSTER_SWITCH_UI) in configureMockedHal()
336 event.prop = CLUSTER_SWITCH_UI; in createSwitchUiEvent()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1734 public static final int CLUSTER_SWITCH_UI = 289410868; field in VehiclePropertyIds
2137 case CLUSTER_SWITCH_UI: in toString()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java78 VehiclePropertyIds.CLUSTER_SWITCH_UI);