Searched refs:WINDOW_POS (Results 1 – 10 of 10) sorted by relevance
109 mPropMgr.registerCallback(mPropCb, VehiclePropertyIds.WINDOW_POS, 10); in subscribeProps()117 if (prop.getPropertyId() == VehiclePropertyIds.WINDOW_POS) { in onPropertyEvent()
69 addProperty(VehicleProperty.WINDOW_POS, handler) in configureMockedHal()166 v = VehiclePropValueBuilder.newBuilder(VehicleProperty.WINDOW_POS) in testEvent()
1477 public static final int WINDOW_POS = 322964416; field in VehiclePropertyIds2073 case WINDOW_POS: in toString()
77 VehiclePropertyIds.WINDOW_POS, in PropertyPermissionMapping()
172 MissingPermission: android.car.VehiclePropertyIds#WINDOW_POS:173 …Permission Car.PERMISSION_CONTROL_CAR_WINDOWS required by field VehiclePropertyIds.WINDOW_POS is h…
366 …("android.car.permission.CONTROL_CAR_WINDOWS") public static final int WINDOW_POS = 322964416; // …
108 mProps.add(VehiclePropertyIds.WINDOW_POS); in initAllPropertyIds()
296 assertEquals("WINDOW_POS", VehiclePropertyIds.toString(VehiclePropertyIds.WINDOW_POS)); in testToString()
278 mProps.put(VehicleProperty.WINDOW_POS, new Pair<>( in PropertyHalServiceIds()