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/ |
D | ClusterHalServiceTest.java | 24 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/ |
D | ClusterHalService.java | 24 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/ |
D | ClusterHomeManagerTest.java | 20 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/ |
D | README.md | 82 - `CLUSTER_SWITCH_UI`
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleActivity.java | 81 VehiclePropertyIds.CLUSTER_SWITCH_UI);
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 311 propsToString.put(VehiclePropertyIds.CLUSTER_SWITCH_UI, "CLUSTER_SWITCH_UI"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 5415 public static final int CLUSTER_SWITCH_UI = 289410868; field in VehiclePropertyIds
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 107 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
|
D | car_hidden_apis_release_33.1.txt | 107 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
|
D | car_hidden_apis.txt | 111 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
|
D | car_hidden_apis_release_33.3.txt | 116 android.car VehiclePropertyIds int CLUSTER_SWITCH_UI
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2647 field TIRAMISU_0 @hiddenOnly int CLUSTER_SWITCH_UI = 289410868;
|