Searched refs:getDevicePowerEstimate (Results 1 – 10 of 10) sorted by relevance
252 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel()254 totalPower += statsLayout.getDevicePowerEstimate(deviceStats); in powerProfileModel()257 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel()259 totalPower += statsLayout.getDevicePowerEstimate(deviceStats); in powerProfileModel()325 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in energyConsumerModel()327 totalPower += statsLayout.getDevicePowerEstimate(deviceStats); in energyConsumerModel()333 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in energyConsumerModel()335 totalPower += statsLayout.getDevicePowerEstimate(deviceStats); in energyConsumerModel()
104 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel()108 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel()193 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in energyConsumerModel()197 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in energyConsumerModel()
220 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_mostlyDataTransfer()224 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_mostlyDataTransfer()319 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_mostlyScan()323 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_mostlyScan()422 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in consumedEnergyModel()426 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in consumedEnergyModel()
256 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_powerController()260 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_powerController()369 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in consumedEnergyModel_powerController()373 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in consumedEnergyModel_powerController()476 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_noPowerController()480 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in powerProfileModel_noPowerController()
217 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in copyEstimatesFromMobileRadioPowerStats()220 assertThat(statsLayout.getDevicePowerEstimate(deviceStats)) in copyEstimatesFromMobileRadioPowerStats()
298 double actual = mStatsLayout.getDevicePowerEstimate(mDeviceStats.get(key)); in verifyPowerEstimates()
253 assertThat(layout.getDevicePowerEstimate(deviceStats)).isEqualTo(45); in powerStatsDescriptor()
207 public double getDevicePowerEstimate(long[] stats) { in getDevicePowerEstimate() method in PowerStatsLayout
158 totalPower[0] += layout.getDevicePowerEstimate(deviceStats); in populateBatteryUsageStatsBuilder()
223 intermediates.power += mStatsLayout.getDevicePowerEstimate(mTmpDeviceStatsArray); in combineDevicePowerEstimates()