Searched refs:ABS_ACTIVE (Results 1 – 10 of 10) sorted by relevance
111 VehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build(), in takesKeyInputProperty()125 VehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build(), in takesRotaryInputProperty()139 VehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build(), in takesCustomInputProperty()153 VehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build(), in takesKeyAndRotaryAndCustomInputProperty()
79 VehiclePropertyIds.ABS_ACTIVE,100 put(VehiclePropertyIds.ABS_ACTIVE, R.string.sensor_abs_is_active);
725 public static final int ABS_ACTIVE = 287310858; field in VehiclePropertyIds1929 case ABS_ACTIVE: in toString()
150 VehiclePropertyIds.ABS_ACTIVE, in PropertyPermissionMapping()
2 MissingPermission: android.car.VehiclePropertyIds#ABS_ACTIVE:3 …Permission Car.PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hi…
231 …n("android.car.permission.CAR_DYNAMICS_STATE") public static final int ABS_ACTIVE = 287310858; // …
177 mProps.add(VehiclePropertyIds.ABS_ACTIVE); in initAllPropertyIds()
163 assertEquals("ABS_ACTIVE", VehiclePropertyIds.toString(VehiclePropertyIds.ABS_ACTIVE)); in testToString()
479 mProps.put(VehicleProperty.ABS_ACTIVE, new Pair<>( in PropertyHalServiceIds()