Searched refs:mProportionalPowerMah (Results 1 – 1 of 1) sorted by relevance
8896 private final SparseDoubleArray mProportionalPowerMah; field in ProportionalAttributionCalculator8915 mProportionalPowerMah = new SparseDoubleArray(uidBatteryConsumers.size()); in ProportionalAttributionCalculator()8921 mProportionalPowerMah.put(uid, SYSTEM_BATTERY_CONSUMER); in ProportionalAttributionCalculator()8931 if (mProportionalPowerMah.get(uid) != SYSTEM_BATTERY_CONSUMER) { in ProportionalAttributionCalculator()8933 mProportionalPowerMah.put(uid, in ProportionalAttributionCalculator()8941 return mProportionalPowerMah.get(consumer.getUid()) < 0; in isSystemBatteryConsumer()8945 final double powerMah = mProportionalPowerMah.get(consumer.getUid()); in getProportionalPowerMah()