Searched refs:cpuPowerForeground (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryUsageStatsTest.java | 343 int cpuDuration, int customComponentDuration, double cpuPowerForeground, in addUidBatteryConsumer() argument 377 .setConsumedPower(cpuFgKey, cpuPowerForeground, in addUidBatteryConsumer() 394 int customComponentDuration, double cpuPowerForeground, long cpuDurationForeground, in addAggregateBatteryConsumer() argument 424 .setConsumedPower(cpuFgKey, cpuPowerForeground, in addAggregateBatteryConsumer() 504 double totalPowerCached, double cpuPowerForeground, int cpuDurationForeground, in assertUidBatteryConsumer() argument 558 .isEqualTo(cpuPowerForeground); in assertUidBatteryConsumer()
|