Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java19 import static android.car.VehiclePropertyIds.CLUSTER_DISPLAY_STATE;
117 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in getFullProperties()
126 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in getCoreProperties()
165 newSubscribableConfig(CLUSTER_DISPLAY_STATE))); in testIsServiceEnabled_fullMode_partialProperties()
180 newSubscribableConfig(CLUSTER_DISPLAY_STATE))); in testIsServiceEnabled_lightMode_partialProperties()
199 verify(mVehicleHal).subscribePropertySafe(mClusterHalService, CLUSTER_DISPLAY_STATE); in testInit_subscribePropertySafe_coreProperties()
211 CLUSTER_DISPLAY_STATE); in testInit_subscribePropertySafe_lightMode_coreProperties()
222 CLUSTER_DISPLAY_STATE); in testInit_subscribePropertySafe_noProperties()
233 CLUSTER_DISPLAY_STATE); in testInit_lightMode_subscribePropertySafe_noProperties()
239 newSubscribableConfig(CLUSTER_DISPLAY_STATE))); in testInit_subscribePropertySafe_partialProperties()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java19 import static android.car.VehiclePropertyIds.CLUSTER_DISPLAY_STATE;
91 CLUSTER_DISPLAY_STATE,
101 CLUSTER_DISPLAY_STATE,
107 CLUSTER_DISPLAY_STATE,
236 case CLUSTER_DISPLAY_STATE: in onHalEvents()
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java19 import static android.car.VehiclePropertyIds.CLUSTER_DISPLAY_STATE;
125 addAidlProperty(VehicleProperty.CLUSTER_DISPLAY_STATE) in configureMockedHal()
249 event.prop = CLUSTER_DISPLAY_STATE; in testClusterState_InvalidProp()
507 event.prop = CLUSTER_DISPLAY_STATE; in createDisplayStateEvent()
/packages/apps/Car/Cluster/ClusterHomeSample/
DREADME.md84 - `CLUSTER_DISPLAY_STATE`
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java87 VehiclePropertyIds.CLUSTER_DISPLAY_STATE);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java312 propsToString.put(VehiclePropertyIds.CLUSTER_DISPLAY_STATE, "CLUSTER_DISPLAY_STATE"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java5433 public static final int CLUSTER_DISPLAY_STATE = 289476405; field in VehiclePropertyIds
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt108 android.car VehiclePropertyIds int CLUSTER_DISPLAY_STATE
Dcar_hidden_apis_release_33.1.txt108 android.car VehiclePropertyIds int CLUSTER_DISPLAY_STATE
Dcar_hidden_apis.txt106 android.car VehiclePropertyIds int CLUSTER_DISPLAY_STATE
Dcar_hidden_apis_release_33.3.txt117 android.car VehiclePropertyIds int CLUSTER_DISPLAY_STATE
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2648 field TIRAMISU_0 @hiddenOnly int CLUSTER_DISPLAY_STATE = 289476405;