Home
last modified time | relevance | path

Searched refs:getDeviceCallPowerEstimate (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DPhoneCallPowerStatsProcessor.java73 mMobileRadioStatsLayout.getDeviceCallPowerEstimate( in finish()
DMobileRadioPowerStatsLayout.java129 public double getDeviceCallPowerEstimate(long[] stats) { in getDeviceCallPowerEstimate() method in MobileRadioPowerStatsLayout
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DMobileRadioPowerStatsProcessorTest.java328 assertThat(statsLayout.getDeviceCallPowerEstimate(deviceStats)) in energyConsumerModel()
330 totalPower += statsLayout.getDeviceCallPowerEstimate(deviceStats); in energyConsumerModel()
336 assertThat(statsLayout.getDeviceCallPowerEstimate(deviceStats)) in energyConsumerModel()
338 totalPower += statsLayout.getDeviceCallPowerEstimate(deviceStats); in energyConsumerModel()