Searched refs:MIRROR_FOLD (Results 1 – 8 of 8) sorted by relevance
1262 public static final int MIRROR_FOLD = 287312709; field in VehiclePropertyIds2015 case MIRROR_FOLD: in toString()
47 VehiclePropertyIds.MIRROR_FOLD); in PropertyPermissionMapping()
82 MissingPermission: android.car.VehiclePropertyIds#MIRROR_FOLD:83 …Permission Car.PERMISSION_CONTROL_CAR_MIRRORS required by field VehiclePropertyIds.MIRROR_FOLD is …
308 …("android.car.permission.CONTROL_CAR_MIRRORS") public static final int MIRROR_FOLD = 287312709; //…
79 mProps.add(VehiclePropertyIds.MIRROR_FOLD); in initAllPropertyIds()
239 assertEquals("MIRROR_FOLD", VehiclePropertyIds.toString(VehiclePropertyIds.MIRROR_FOLD)); in testToString()
191 mProps.put(VehicleProperty.MIRROR_FOLD, new Pair<>( in PropertyHalServiceIds()