Searched refs:mProportionalPowerMah (Results 1 – 1 of 1) sorted by relevance
8920 private final SparseDoubleArray mProportionalPowerMah; field in ProportionalAttributionCalculator8939 mProportionalPowerMah = new SparseDoubleArray(uidBatteryConsumers.size()); in ProportionalAttributionCalculator()8945 mProportionalPowerMah.put(uid, SYSTEM_BATTERY_CONSUMER); in ProportionalAttributionCalculator()8955 if (mProportionalPowerMah.get(uid) != SYSTEM_BATTERY_CONSUMER) { in ProportionalAttributionCalculator()8957 mProportionalPowerMah.put(uid, in ProportionalAttributionCalculator()8965 return mProportionalPowerMah.get(consumer.getUid()) < 0; in isSystemBatteryConsumer()8969 final double powerMah = mProportionalPowerMah.get(consumer.getUid()); in getProportionalPowerMah()