Home
last modified time | relevance | path

Searched refs:CLUSTER_DISPLAY_STATE (Results 1 – 5 of 5) 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;
97 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in setUp()
116 verify(mVehicleHal).subscribeProperty(mClusterHalService, CLUSTER_DISPLAY_STATE); in testInit_subscribeProperty()
130 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in testTakeProperties_doNotTakePartialProperties()
140 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in testTakeProperties_coreProperties()
151 newSubscribableConfig(CLUSTER_DISPLAY_STATE), in testTakeProperties_fullProperties()
170 event.prop = CLUSTER_DISPLAY_STATE; in createDisplayStateEvent()
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java19 import static android.car.VehiclePropertyIds.CLUSTER_DISPLAY_STATE;
81 CLUSTER_DISPLAY_STATE,
90 CLUSTER_DISPLAY_STATE,
96 CLUSTER_DISPLAY_STATE,
188 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;
115 addProperty(VehicleProperty.CLUSTER_DISPLAY_STATE) in configureMockedHal()
345 event.prop = CLUSTER_DISPLAY_STATE; in createDisplayStateEvent()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1744 public static final int CLUSTER_DISPLAY_STATE = 289476405; field in VehiclePropertyIds
2139 case CLUSTER_DISPLAY_STATE: in toString()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java84 VehiclePropertyIds.CLUSTER_DISPLAY_STATE);