Home
last modified time | relevance | path

Searched refs:POWER_COMPONENT_WIFI (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DWifiPowerCalculatorTest.java117 assertThat(uidConsumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_WIFI)) in testPowerControllerBasedModel_nonMeasured()
131 assertThat(appsConsumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_WIFI)) in testPowerControllerBasedModel_nonMeasured()
172 assertThat(uidConsumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_WIFI)) in testPowerControllerBasedModel_powerProfile_byProcessState()
176 BatteryConsumer.POWER_COMPONENT_WIFI, in testPowerControllerBasedModel_powerProfile_byProcessState()
179 BatteryConsumer.POWER_COMPONENT_WIFI, in testPowerControllerBasedModel_powerProfile_byProcessState()
182 BatteryConsumer.POWER_COMPONENT_WIFI, in testPowerControllerBasedModel_powerProfile_byProcessState()
206 assertThat(uidConsumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_WIFI)) in testPowerControllerBasedModel_measured()
260 assertThat(uidConsumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_WIFI)) in testPowerControllerBasedModel_measured_byProcessState()
264 BatteryConsumer.POWER_COMPONENT_WIFI, in testPowerControllerBasedModel_measured_byProcessState()
267 BatteryConsumer.POWER_COMPONENT_WIFI, in testPowerControllerBasedModel_measured_byProcessState()
[all …]
H A DBatteryStatsManagerTest.java46 BatteryConsumer.POWER_COMPONENT_WIFI, in testBatteryUsageStatsDataConsistency()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DWifiPowerCalculator.java85 return powerComponent == BatteryConsumer.POWER_COMPONENT_WIFI; in isPowerComponentSupported()
101 keys = app.getKeys(BatteryConsumer.POWER_COMPONENT_WIFI); in calculate()
121 app.setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_WIFI, in calculate()
123 app.setConsumedPower(BatteryConsumer.POWER_COMPONENT_WIFI, in calculate()
149 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_WIFI, in calculate()
151 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_WIFI, in calculate()
155 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_WIFI, in calculate()
H A DBatteryUsageStatsProvider.java242 BatteryConsumer.POWER_COMPONENT_WIFI, in verify()
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DWiFiLoadTest.java66 BatteryConsumer.POWER_COMPONENT_WIFI).value); in test()
71 BatteryConsumer.POWER_COMPONENT_WIFI); in test()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java59 POWER_COMPONENT_WIFI,
85 public static final int POWER_COMPONENT_WIFI = OsProtoEnums.POWER_COMPONENT_WIFI; // 11 field in BatteryConsumer
118 sPowerComponentNames[POWER_COMPONENT_WIFI] = "wifi";
197 POWER_COMPONENT_WIFI,
H A DBatteryStats.java4375 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_WIFI] = "wifi";
8756 case BatteryConsumer.POWER_COMPONENT_WIFI: in dumpProtoSystemLocked()
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerData.java311 case BatteryConsumer.POWER_COMPONENT_WIFI: in getPowerComponentName()