Searched refs:ABS_ACTIVE (Results 1 – 13 of 13) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/ |
D | VehiclePropertyIdDebugUtilsUnitTest.java | 29 assertThat(VehiclePropertyIdDebugUtils.toName(VehiclePropertyIds.ABS_ACTIVE)).isEqualTo( in testToName() 40 VehiclePropertyIds.ABS_ACTIVE); in testToId() 49 VehiclePropertyIdDebugUtils.toDebugString(VehiclePropertyIds.ABS_ACTIVE)).isEqualTo( in testToDebugString() 63 assertThat(VehiclePropertyIdDebugUtils.isDefined(VehiclePropertyIds.ABS_ACTIVE)).isTrue(); in testIsDefined()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | HalPropertyDebugUtilsUnitTest.java | 51 assertThat(HalPropertyDebugUtils.toPropertyIdString(VehicleProperty.ABS_ACTIVE)).isEqualTo( in testToPropertyIdString() 65 VehicleProperty.ABS_ACTIVE); in testToPropertyId() 74 assertThat(toAreaIdString(VehicleProperty.ABS_ACTIVE, /*areaId=*/ in testToAreaIdString_handlesGlobalAreaType() 76 assertThat(toAreaIdString(VehicleProperty.ABS_ACTIVE, /*areaId=*/ in testToAreaIdString_handlesGlobalAreaType()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 80 VehiclePropertyIds.ABS_ACTIVE, 101 put(VehiclePropertyIds.ABS_ACTIVE, R.string.sensor_abs_is_active);
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | InputHalServiceTest.java | 122 AidlVehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build()), in takesKeyInputProperty() 138 VehicleProperty.ABS_ACTIVE).build()), in takesRotaryInputProperty() 154 VehicleProperty.ABS_ACTIVE).build()), in takesCustomInputProperty() 170 VehicleProperty.ABS_ACTIVE).build()), in takesKeyAndRotaryAndCustomInputProperty()
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | PropertyPermissionMapping.java | 150 VehiclePropertyIds.ABS_ACTIVE, in PropertyPermissionMapping()
|
/packages/services/Car/car-lib/api/ |
D | baseline.txt | 2 MissingPermission: android.car.VehiclePropertyIds#ABS_ACTIVE: 3 …Permission Car.PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hi…
|
D | test-baseline.txt | 2 MissingPermission: android.car.VehiclePropertyIds#ABS_ACTIVE: 3 …Permission Car.PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hi…
|
D | current.txt | 319 …n("android.car.permission.CAR_DYNAMICS_STATE") public static final int ABS_ACTIVE = 287310858; // …
|
D | lint-baseline.txt | 694 UnflaggedApi: android.car.VehiclePropertyIds#ABS_ACTIVE: 695 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.ABS_ACTIVE
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 186 propsToString.put(VehiclePropertyIds.ABS_ACTIVE, "ABS_ACTIVE"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 1337 public static final int ABS_ACTIVE = 287310858; field in VehiclePropertyIds
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 319 …n("android.car.permission.CAR_DYNAMICS_STATE") public static final int ABS_ACTIVE = 287310858; // …
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2543 field TIRAMISU_0 int ABS_ACTIVE = 287310858;
|