Home
last modified time | relevance | path

Searched refs:CLUSTER_NAVIGATION_STATE (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java21 import static android.car.VehiclePropertyIds.CLUSTER_NAVIGATION_STATE;
94 CLUSTER_NAVIGATION_STATE,
185 mIsNavigationStateSupported = supportedProperties.indexOf(CLUSTER_NAVIGATION_STATE) >= 0; in takeProperties()
346 HalPropValue request = mPropValueBuilder.build(CLUSTER_NAVIGATION_STATE, in sendNavigationState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java21 import static android.car.VehiclePropertyIds.CLUSTER_NAVIGATION_STATE;
120 newSubscribableConfig(CLUSTER_NAVIGATION_STATE)); in getFullProperties()
524 assertThat(prop.getPropId()).isEqualTo(CLUSTER_NAVIGATION_STATE); in testSendNavigationState()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java83 VehiclePropertyIds.CLUSTER_NAVIGATION_STATE);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java315 propsToString.put(VehiclePropertyIds.CLUSTER_NAVIGATION_STATE, "CLUSTER_NAVIGATION_STATE"); in testToString()
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java133 addAidlProperty(VehicleProperty.CLUSTER_NAVIGATION_STATE, mPropertyHandler) in configureMockedHal()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java5487 public static final int CLUSTER_NAVIGATION_STATE = 292556600; field in VehiclePropertyIds
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt111 android.car VehiclePropertyIds int CLUSTER_NAVIGATION_STATE
Dcar_hidden_apis_release_33.1.txt111 android.car VehiclePropertyIds int CLUSTER_NAVIGATION_STATE
Dcar_hidden_apis.txt108 android.car VehiclePropertyIds int CLUSTER_NAVIGATION_STATE
Dcar_hidden_apis_release_33.3.txt120 android.car VehiclePropertyIds int CLUSTER_NAVIGATION_STATE
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2651 field TIRAMISU_0 @hiddenOnly int CLUSTER_NAVIGATION_STATE = 292556600;