Searched refs:getCustomEnergyConsumerNames (Results 1 – 5 of 5) sorted by relevance
172 mStats.getCustomEnergyConsumerNames(), includePowerModels, in getCurrentBatteryUsageStats()309 final String[] customEnergyConsumerNames = mStats.getCustomEnergyConsumerNames(); in getAggregatedBatteryUsageStats()
7598 public @NonNull String[] getCustomEnergyConsumerNames() { in getCustomEnergyConsumerNames() method in BatteryStatsImpl
472 new BatteryUsageStats.Builder(batteryStats.getCustomEnergyConsumerNames()) in testAggregateBatteryStats_incompatibleSnapshot()489 .isEqualTo(batteryStats.getCustomEnergyConsumerNames()); in testAggregateBatteryStats_incompatibleSnapshot()
220 final String[] customPowerComponentNames = mBatteryStats.getCustomEnergyConsumerNames();
2973 public abstract @NonNull String[] getCustomEnergyConsumerNames(); in getCustomEnergyConsumerNames() method in BatteryStats