Searched refs:reqOpt (Results 1 – 2 of 2) sorted by relevance
506 boolean reqOpt = false; in readRestrictions()512 reqOpt = reader.nextBoolean(); in readRestrictions()538 .setDistractionOptimizationRequired(reqOpt) in readRestrictions()1171 RestrictionsPerSpeedRange(boolean reqOpt, int restrictions) { in RestrictionsPerSpeedRange() argument1172 this(UX_RESTRICTION_MODE_BASELINE, reqOpt, restrictions, null); in RestrictionsPerSpeedRange()1175 RestrictionsPerSpeedRange(@NonNull String mode, boolean reqOpt, int restrictions, in RestrictionsPerSpeedRange() argument1177 if (!reqOpt && restrictions != CarUxRestrictions.UX_RESTRICTIONS_BASELINE) { in RestrictionsPerSpeedRange()1182 mReqOpt = reqOpt; in RestrictionsPerSpeedRange()
196 public Builder(boolean reqOpt, @CarUxRestrictionsInfo int restrictions, long time) { in Builder() argument197 mRequiresDistractionOptimization = reqOpt; in Builder()