Searched refs:WINDOW_LOCK (Results 1 – 8 of 8) sorted by relevance
1491 public static final int WINDOW_LOCK = 320867268; field in VehiclePropertyIds2077 case WINDOW_LOCK: in toString()
79 VehiclePropertyIds.WINDOW_LOCK); in PropertyPermissionMapping()
168 MissingPermission: android.car.VehiclePropertyIds#WINDOW_LOCK:169 …Permission Car.PERMISSION_CONTROL_CAR_WINDOWS required by field VehiclePropertyIds.WINDOW_LOCK is …
364 …("android.car.permission.CONTROL_CAR_WINDOWS") public static final int WINDOW_LOCK = 320867268; //…
110 mProps.add(VehiclePropertyIds.WINDOW_LOCK); in initAllPropertyIds()
298 assertEquals("WINDOW_LOCK", VehiclePropertyIds.toString(VehiclePropertyIds.WINDOW_LOCK)); in testToString()
284 mProps.put(VehicleProperty.WINDOW_LOCK, new Pair<>( in PropertyHalServiceIds()