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.java111 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()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java79 VehiclePropertyIds.ABS_ACTIVE,
100 put(VehiclePropertyIds.ABS_ACTIVE, R.string.sensor_abs_is_active);
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java725 public static final int ABS_ACTIVE = 287310858; field in VehiclePropertyIds
1929 case ABS_ACTIVE: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java150 VehiclePropertyIds.ABS_ACTIVE, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt2 MissingPermission: android.car.VehiclePropertyIds#ABS_ACTIVE:
3 …Permission Car.PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hi…
Dtest-baseline.txt2 MissingPermission: android.car.VehiclePropertyIds#ABS_ACTIVE:
3 …Permission Car.PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hi…
Dcurrent.txt231 …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.java163 assertEquals("ABS_ACTIVE", VehiclePropertyIds.toString(VehiclePropertyIds.ABS_ACTIVE)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java479 mProps.put(VehicleProperty.ABS_ACTIVE, new Pair<>( in PropertyHalServiceIds()