Home
last modified time | relevance | path

Searched refs:DOOR_POS (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1206 public static final int DOOR_POS = 373295872; field in VehiclePropertyIds
1999 case DOOR_POS: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java38 VehiclePropertyIds.DOOR_POS, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt16 MissingPermission: android.car.VehiclePropertyIds#DOOR_POS:
17 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_POS is hidde…
Dtest-baseline.txt16 MissingPermission: android.car.VehiclePropertyIds#DOOR_POS:
17 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_POS is hidde…
Dcurrent.txt243 …ion("android.car.permission.CONTROL_CAR_DOORS") public static final int DOOR_POS = 373295872; // 0…
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java71 mProps.add(VehiclePropertyIds.DOOR_POS); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java229 assertEquals("DOOR_POS", VehiclePropertyIds.toString(VehiclePropertyIds.DOOR_POS)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java167 mProps.put(VehicleProperty.DOOR_POS, new Pair<>( in PropertyHalServiceIds()