Home
last modified time | relevance | path

Searched refs:CURRENT_GEAR (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java233 assertThat(toGroupString(VehicleProperty.CURRENT_GEAR)).isEqualTo("SYSTEM(0x10000000)"); in testToGroupString()
241 assertThat(toValueTypeString(VehicleProperty.CURRENT_GEAR)).isEqualTo("INT32(0x400000)"); in testToValueTypeString()
DPropertyHalServiceConfigsUnitTest.java78 VehiclePropertyIds.CURRENT_GEAR, VehiclePropertyIds.NIGHT_MODE,
391 configArray.add(VehiclePropertyIds.CURRENT_GEAR); in testCustomizeVendorPermission_systemPropertyNotAllowed()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java125 VehicleProperty.CURRENT_GEAR).build())); in takesKeyInputProperty()
141 VehicleProperty.CURRENT_GEAR).build())); in takesRotaryInputProperty()
157 VehicleProperty.CURRENT_GEAR).build())); in takesCustomInputProperty()
175 VehicleProperty.CURRENT_GEAR).build())); in takesKeyAndRotaryAndCustomInputProperty()
DHalPropConfigTest.java84 VehicleProperty.CURRENT_GEAR,
DVmsHalServiceTest.java188 otherPropConfig.prop = VehicleProperty.CURRENT_GEAR; in testTakeSupportedProperties()
DUserHalServiceTest.java19 import static android.car.VehiclePropertyIds.CURRENT_GEAR;
326 HalPropConfig unsupportedConfig = newConfig(CURRENT_GEAR); in testTakeSupportedPropertiesAndInit()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarSensorManagerTest.java70 addAidlProperty(VehicleProperty.CURRENT_GEAR, in configureMockedHal()
71 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.CURRENT_GEAR) in configureMockedHal()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java141 VehiclePropertyIds.CURRENT_GEAR, in PropertyPermissionMapping()
/packages/services/Car/service/src/com/android/car/hal/
DHalPropConfig.java43 VehicleProperty.CURRENT_GEAR,
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java179 propsToString.put(VehiclePropertyIds.CURRENT_GEAR, "CURRENT_GEAR"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1106 public static final int CURRENT_GEAR = 289408001; field in VehiclePropertyIds
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java133 new CarPropertyValue<>(VehicleProperty.CURRENT_GEAR, /* areaId= */ 0,
/packages/services/Car/car-lib/api/
Dcurrent.txt326 …ission(android.car.Car.PERMISSION_POWERTRAIN) public static final int CURRENT_GEAR = 289408001; //…
Dlint-baseline.txt708 UnflaggedApi: android.car.VehiclePropertyIds#CURRENT_GEAR:
709 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.CURRENT_GEAR
/packages/services/Car/car-lib-module/api/
Dcurrent.txt326 …ission(android.car.Car.PERMISSION_POWERTRAIN) public static final int CURRENT_GEAR = 289408001; //…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2536 field TIRAMISU_0 int CURRENT_GEAR = 289408001;