Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsExporter.java165 totalPower[0], BatteryConsumer.POWER_MODEL_UNDEFINED); in populateBatteryUsageStatsBuilder()
228 power, BatteryConsumer.POWER_MODEL_UNDEFINED); in populateUidBatteryConsumers()
232 BatteryConsumer.POWER_MODEL_UNDEFINED); in populateUidBatteryConsumers()
240 BatteryConsumer.POWER_MODEL_UNDEFINED); in populateUidBatteryConsumers()
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
DBatteryConsumerData.java130 || powerModel == BatteryConsumer.POWER_MODEL_UNDEFINED) { in populateForUidBatteryConsumer()
242 || powerModel == BatteryConsumer.POWER_MODEL_UNDEFINED) { in populateForAggregateBatteryConsumer()
279 && powerModel != BatteryConsumer.POWER_MODEL_UNDEFINED) { in isPowerProfileModelsOnly()
/frameworks/base/core/java/android/os/
DPowerComponents.java406 int model = BatteryConsumer.POWER_MODEL_UNDEFINED; in parseXml()
605 BatteryConsumer.POWER_MODEL_UNDEFINED); in addPowerAndDuration()
656 BatteryConsumer.POWER_MODEL_UNDEFINED); in build()
DAggregateBatteryConsumer.java106 if (powerModel == BatteryConsumer.POWER_MODEL_UNDEFINED) continue; in writePowerComponentModelProto()
DBatteryConsumer.java134 POWER_MODEL_UNDEFINED,
145 public static final int POWER_MODEL_UNDEFINED = 0; field in BatteryConsumer
DBatteryUsageStats.java615 : BatteryConsumer.POWER_MODEL_UNDEFINED, in dump()
634 BatteryConsumer.POWER_MODEL_UNDEFINED, in dump()
648 if (powerModel != BatteryConsumer.POWER_MODEL_UNDEFINED in printPowerComponent()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryUsageStatsTest.java21 import static android.os.BatteryConsumer.POWER_MODEL_UNDEFINED;
204 POWER_MODEL_UNDEFINED, in testAdd()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java3071 int model = BatteryConsumer.POWER_MODEL_UNDEFINED; in dumpUnmonitored()