Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarCabinManagerTest.java67 addProperty(VehicleProperty.DOOR_LOCK, handler) in configureMockedHal()
114 final int PROP = VehicleProperty.DOOR_LOCK; in testError()
152 VehiclePropValue v = VehiclePropValueBuilder.newBuilder(VehicleProperty.DOOR_LOCK) in testEvent()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1220 public static final int DOOR_LOCK = 371198722; field in VehiclePropertyIds
2003 case DOOR_LOCK: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java40 VehiclePropertyIds.DOOR_LOCK); in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt12 MissingPermission: android.car.VehiclePropertyIds#DOOR_LOCK:
13 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_LOCK is hidd…
Dtest-baseline.txt12 MissingPermission: android.car.VehiclePropertyIds#DOOR_LOCK:
13 …Permission Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_LOCK is hidd…
Dcurrent.txt241 …ion("android.car.permission.CONTROL_CAR_DOORS") public static final int DOOR_LOCK = 371198722; // …
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceIdsTest.java65 VehiclePropertyIds.HVAC_FAN_SPEED, VehiclePropertyIds.DOOR_LOCK};
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java73 mProps.add(VehiclePropertyIds.DOOR_LOCK); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java231 assertEquals("DOOR_LOCK", VehiclePropertyIds.toString(VehiclePropertyIds.DOOR_LOCK)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java173 mProps.put(VehicleProperty.DOOR_LOCK, new Pair<>( in PropertyHalServiceIds()