Searched refs:MIRROR_LOCK (Results 1 – 8 of 8) sorted by relevance
1255 public static final int MIRROR_LOCK = 287312708; field in VehiclePropertyIds2013 case MIRROR_LOCK: in toString()
46 VehiclePropertyIds.MIRROR_LOCK, in PropertyPermissionMapping()
84 MissingPermission: android.car.VehiclePropertyIds#MIRROR_LOCK:85 …Permission Car.PERMISSION_CONTROL_CAR_MIRRORS required by field VehiclePropertyIds.MIRROR_LOCK is …
309 …("android.car.permission.CONTROL_CAR_MIRRORS") public static final int MIRROR_LOCK = 287312708; //…
78 mProps.add(VehiclePropertyIds.MIRROR_LOCK); in initAllPropertyIds()
238 assertEquals("MIRROR_LOCK", VehiclePropertyIds.toString(VehiclePropertyIds.MIRROR_LOCK)); in testToString()
188 mProps.put(VehicleProperty.MIRROR_LOCK, new Pair<>( in PropertyHalServiceIds()