Searched refs:getCustomEnergyConsumerNames (Results 1 – 5 of 5) sorted by relevance
158 mStats.getCustomEnergyConsumerNames(), includePowerModels); in getCurrentBatteryUsageStats()238 final String[] customEnergyConsumerNames = mStats.getCustomEnergyConsumerNames(); in getAggregatedBatteryUsageStats()
7369 public @NonNull String[] getCustomEnergyConsumerNames() { in getCustomEnergyConsumerNames() method in BatteryStatsImpl
281 new BatteryUsageStats.Builder(batteryStats.getCustomEnergyConsumerNames()) in testAggregateBatteryStats_incompatibleSnapshot()298 .isEqualTo(batteryStats.getCustomEnergyConsumerNames()); in testAggregateBatteryStats_incompatibleSnapshot()
197 final String[] customPowerComponentNames = mBatteryStats.getCustomEnergyConsumerNames();
2665 public abstract @NonNull String[] getCustomEnergyConsumerNames(); in getCustomEnergyConsumerNames() method in BatteryStats