Searched refs:mGlobalEnergyConsumerStats (Results 1 – 2 of 2) sorted by relevance
107 mGlobalEnergyConsumerStats = new EnergyConsumerStats(mEnergyConsumerStatsConfig); in initMeasuredEnergyStats()
1543 protected EnergyConsumerStats mGlobalEnergyConsumerStats; field in BatteryStatsImpl5622 && mGlobalEnergyConsumerStats != null in noteScreenStateLocked()5623 && mGlobalEnergyConsumerStats.isStandardBucketSupported( in noteScreenStateLocked()7909 if (mGlobalEnergyConsumerStats == null) { in getPowerBucketConsumptionUC()7912 return mGlobalEnergyConsumerStats.getAccumulatedStandardBucketCharge(bucket); in getPowerBucketConsumptionUC()7918 if (mGlobalEnergyConsumerStats == null) { in getCustomEnergyConsumerBatteryConsumptionUC()7921 return mGlobalEnergyConsumerStats.getAccumulatedCustomBucketCharges(); in getCustomEnergyConsumerBatteryConsumptionUC()8823 if (mBsi.mGlobalEnergyConsumerStats == null in getEnergyConsumptionUC()8824 || !mBsi.mGlobalEnergyConsumerStats.isStandardBucketSupported(bucket)) { in getEnergyConsumptionUC()8840 if (mBsi.mGlobalEnergyConsumerStats == null in getEnergyConsumptionUC()[all …]