Searched refs:MIRROR_Z_POS (Results 1 – 8 of 8) sorted by relevance
1227 public static final int MIRROR_Z_POS = 339741504; field in VehiclePropertyIds2005 case MIRROR_Z_POS: in toString()
42 VehiclePropertyIds.MIRROR_Z_POS, in PropertyPermissionMapping()
92 MissingPermission: android.car.VehiclePropertyIds#MIRROR_Z_POS:93 …Permission Car.PERMISSION_CONTROL_CAR_MIRRORS required by field VehiclePropertyIds.MIRROR_Z_POS is…
313 …"android.car.permission.CONTROL_CAR_MIRRORS") public static final int MIRROR_Z_POS = 339741504; //…
74 mProps.add(VehiclePropertyIds.MIRROR_Z_POS); in initAllPropertyIds()
232 assertEquals("MIRROR_Z_POS", VehiclePropertyIds.toString(VehiclePropertyIds.MIRROR_Z_POS)); in testToString()
176 mProps.put(VehicleProperty.MIRROR_Z_POS, new Pair<>( in PropertyHalServiceIds()