Home
last modified time | relevance | path

Searched refs:mProportionalPowerMah (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java8896 private final SparseDoubleArray mProportionalPowerMah; field in ProportionalAttributionCalculator
8915 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()