Home
last modified time | relevance | path

Searched refs:ABS_ACTIVE (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java99 VehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build(), in takesKeyInputProperty()
112 VehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build(), in takesRotaryInputProperty()
125 VehiclePropConfigBuilder.newBuilder(VehicleProperty.ABS_ACTIVE).build(), in takesKeyAndRotaryInputProperty()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java316 public static final int ABS_ACTIVE = 287310858; field in VehiclePropertyIds
1064 case ABS_ACTIVE: in toString()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java174 set.add(VehiclePropertyIds.ABS_ACTIVE); in initSensors()
333 case VehiclePropertyIds.ABS_ACTIVE: //0x1120040a 287310858 in refreshSensorInfoText()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java150 VehiclePropertyIds.ABS_ACTIVE, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dtest-baseline.txt2 MissingPermission: android.car.VehiclePropertyIds#ABS_ACTIVE:
3 …Permission Car.PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hi…
Dbaseline.txt2 MissingPermission: android.car.VehiclePropertyIds#ABS_ACTIVE:
3 …Permission Car.PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hi…
Dcurrent.txt229 …n("android.car.permission.CAR_DYNAMICS_STATE") public static final int ABS_ACTIVE = 287310858; // …
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java177 mProps.add(VehiclePropertyIds.ABS_ACTIVE); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java157 assertEquals("ABS_ACTIVE", VehiclePropertyIds.toString(VehiclePropertyIds.ABS_ACTIVE)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java465 mProps.put(VehicleProperty.ABS_ACTIVE, new Pair<>( in PropertyHalServiceIds()