Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java816 public static final int WINDOW_LOCK = 320867268; field in VehiclePropertyIds
1210 case WINDOW_LOCK: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java79 VehiclePropertyIds.WINDOW_LOCK); in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dtest-baseline.txt168 MissingPermission: android.car.VehiclePropertyIds#WINDOW_LOCK:
169 …Permission Car.PERMISSION_CONTROL_CAR_WINDOWS required by field VehiclePropertyIds.WINDOW_LOCK is …
Dbaseline.txt168 MissingPermission: android.car.VehiclePropertyIds#WINDOW_LOCK:
169 …Permission Car.PERMISSION_CONTROL_CAR_WINDOWS required by field VehiclePropertyIds.WINDOW_LOCK is …
Dcurrent.txt356 …("android.car.permission.CONTROL_CAR_WINDOWS") public static final int WINDOW_LOCK = 320867268; //…
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java110 mProps.add(VehiclePropertyIds.WINDOW_LOCK); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java290 assertEquals("WINDOW_LOCK", VehiclePropertyIds.toString(VehiclePropertyIds.WINDOW_LOCK)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java276 mProps.put(VehicleProperty.WINDOW_LOCK, new Pair<>( in PropertyHalServiceIds()