Searched refs:maxPower (Results 1 – 6 of 6) sorted by relevance
44 public PowerGoal(@NonNull Power minPower, @NonNull Power maxPower) { in PowerGoal() argument46 Objects.requireNonNull(maxPower); in PowerGoal()48 this.mMaxPower = maxPower; in PowerGoal()
649 int maxPower = channelMaxPowers.get(channel); in setChannelMaxPowers() local663 if ((maxPower < POWER_LIMITATION_MIN) || (maxPower > POWER_LIMITATION_MAX)) { in setChannelMaxPowers()668 + maxPower in setChannelMaxPowers()693 powerArray[i].maxPower = channelMaxPowers.get(powerArray[i].channel); in toChannelMaxPowerArray()
26 int maxPower; // The max power in the unit of 0.01dBm. Passing INT16_MAX(32767) will
71 mapOf("value" to performanceGoal.maxPower.inWatts))) in formatPerformanceGoal()145 mapOf("value" to performanceGoal.maxPower.inWatts))) in formatPerformanceGoalA11y()
176 public PowerGoalInternal(Power minPower, Power maxPower) { in PowerGoalInternal() argument178 this.mMaxPower = maxPower; in PowerGoalInternal()
319 Power maxPower = response.get(POWER_MAX); in testAggregation_power() local322 assertThat(maxPower).isNotNull(); in testAggregation_power()323 assertThat(maxPower.getInWatts()).isEqualTo(15.0); in testAggregation_power()