Searched refs:getProportionalSystemServiceUsage (Results 1 – 4 of 4) sorted by relevance
139 double prop1 = bi.getUidStatsLocked(workSourceUid1).getProportionalSystemServiceUsage(); in testProportionalSystemServiceUsage_noStatsForSomeMethods()140 double prop2 = bi.getUidStatsLocked(workSourceUid2).getProportionalSystemServiceUsage(); in testProportionalSystemServiceUsage_noStatsForSomeMethods()141 double prop3 = bi.getUidStatsLocked(workSourceUid3).getProportionalSystemServiceUsage(); in testProportionalSystemServiceUsage_noStatsForSomeMethods()
105 systemServicePowerMah * uid.getProportionalSystemServiceUsage(), in calculate()
8496 public double getProportionalSystemServiceUsage() { in getProportionalSystemServiceUsage() method in BatteryStatsImpl.Uid16190 double proportionalSystemServiceUsage = uid.getProportionalSystemServiceUsage();
806 public abstract double getProportionalSystemServiceUsage(); in getProportionalSystemServiceUsage() method in BatteryStats.Uid