Searched refs:MIRROR_Y_POS (Results 1 – 8 of 8) sorted by relevance
1241 public static final int MIRROR_Y_POS = 339741506; field in VehiclePropertyIds2009 case MIRROR_Y_POS: in toString()
44 VehiclePropertyIds.MIRROR_Y_POS, in PropertyPermissionMapping()
88 MissingPermission: android.car.VehiclePropertyIds#MIRROR_Y_POS:89 …Permission Car.PERMISSION_CONTROL_CAR_MIRRORS required by field VehiclePropertyIds.MIRROR_Y_POS is…
311 …"android.car.permission.CONTROL_CAR_MIRRORS") public static final int MIRROR_Y_POS = 339741506; //…
76 mProps.add(VehiclePropertyIds.MIRROR_Y_POS); in initAllPropertyIds()
235 assertEquals("MIRROR_Y_POS", VehiclePropertyIds.toString(VehiclePropertyIds.MIRROR_Y_POS)); in testToString()
182 mProps.put(VehicleProperty.MIRROR_Y_POS, new Pair<>( in PropertyHalServiceIds()