Searched refs:WINDOW_MOVE (Results 1 – 9 of 9) sorted by relevance
1484 public static final int WINDOW_MOVE = 322964417; field in VehiclePropertyIds2075 case WINDOW_MOVE: in toString()
133 mPropMgr.setIntProperty(VehiclePropertyIds.WINDOW_MOVE, windowId, speed); in moveWindow()
78 VehiclePropertyIds.WINDOW_MOVE, in PropertyPermissionMapping()
170 MissingPermission: android.car.VehiclePropertyIds#WINDOW_MOVE:171 …Permission Car.PERMISSION_CONTROL_CAR_WINDOWS required by field VehiclePropertyIds.WINDOW_MOVE is …
365 …("android.car.permission.CONTROL_CAR_WINDOWS") public static final int WINDOW_MOVE = 322964417; //…
109 mProps.add(VehiclePropertyIds.WINDOW_MOVE); in initAllPropertyIds()
297 assertEquals("WINDOW_MOVE", VehiclePropertyIds.toString(VehiclePropertyIds.WINDOW_MOVE)); in testToString()
281 mProps.put(VehicleProperty.WINDOW_MOVE, new Pair<>( in PropertyHalServiceIds()