Searched refs:phoneOnTimeMs (Results 1 – 2 of 2) sorted by relevance
42 final long phoneOnTimeMs = batteryStats.getPhoneOnTime(rawRealtimeUs, in calculate() local44 final double phoneOnPower = mPowerEstimator.calculatePower(phoneOnTimeMs); in calculate()49 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_PHONE, phoneOnTimeMs); in calculate()56 final long phoneOnTimeMs = batteryStats.getPhoneOnTime(rawRealtimeUs, statsType) / 1000; in calculate() local57 final double phoneOnPower = mPowerEstimator.calculatePower(phoneOnTimeMs); in calculate()61 bs.usageTimeMs = phoneOnTimeMs; in calculate()
266 public long phoneOnTimeMs; field in RawBatteryStats.Misc