Searched refs:reqOpt (Results 1 – 2 of 2) sorted by relevance
477 boolean reqOpt = false; in readRestrictions()483 reqOpt = reader.nextBoolean(); in readRestrictions()509 .setDistractionOptimizationRequired(reqOpt) in readRestrictions()1109 RestrictionsPerSpeedRange(boolean reqOpt, int restrictions) { in RestrictionsPerSpeedRange() argument1110 this(UX_RESTRICTION_MODE_BASELINE, reqOpt, restrictions, null); in RestrictionsPerSpeedRange()1113 RestrictionsPerSpeedRange(@NonNull String mode, boolean reqOpt, int restrictions, in RestrictionsPerSpeedRange() argument1115 if (!reqOpt && restrictions != CarUxRestrictions.UX_RESTRICTIONS_BASELINE) { in RestrictionsPerSpeedRange()1120 mReqOpt = reqOpt; in RestrictionsPerSpeedRange()
180 public Builder(boolean reqOpt, @CarUxRestrictionsInfo int restrictions, long time) { in Builder() argument181 mRequiresDistractionOptimization = reqOpt; in Builder()