Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java79 VehiclePropertyIds.WHEEL_TICK,
100 put(VehiclePropertyIds.WHEEL_TICK, R.string.sensor_wheel_ticks);
298 if (propertyId == VehiclePropertyIds.WHEEL_TICK) { in formSummary()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java174 new HalPropValueBuilder(true).build(VehicleProperty.WHEEL_TICK, 0, in testToValueString()
242 assertThat(toValueTypeString(VehicleProperty.WHEEL_TICK)).isEqualTo("INT64_VEC(0x510000)"); in testToValueTypeString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParserUnitTest.java751 vehiclePropConfig.prop = VehicleProperty.WHEEL_TICK; in testParseJsonConfig()
788 .get(VehicleProperty.WHEEL_TICK); in testParseJsonConfig()
938 .get(VehicleProperty.WHEEL_TICK); in testParseJsonConfig_areaAccessUseDefault()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java122 VehiclePropertyIds.WHEEL_TICK); in PropertyPermissionMapping()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java166 propsToString.put(VehiclePropertyIds.WHEEL_TICK, "WHEEL_TICK"); in testToString()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java504 if (propId == VehiclePropertyIds.WHEEL_TICK) { in setTextOnSuccess()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java720 public static final int WHEEL_TICK = 290521862; field in VehiclePropertyIds
/packages/services/Car/car-lib/api/
Dcurrent.txt475 …field @RequiresPermission(android.car.Car.PERMISSION_SPEED) public static final int WHEEL_TICK = 2…
Dlint-baseline.txt1002 UnflaggedApi: android.car.VehiclePropertyIds#WHEEL_TICK:
1003 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.WHEEL_TICK
/packages/services/Car/car-lib-module/api/
Dcurrent.txt475 …field @RequiresPermission(android.car.Car.PERMISSION_SPEED) public static final int WHEEL_TICK = 2…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2525 field TIRAMISU_0 int WHEEL_TICK = 290521862;