Searched refs:phoneOnTimeMs (Results 1 – 2 of 2) sorted by relevance
48 final long phoneOnTimeMs = batteryStats.getPhoneOnTime(rawRealtimeUs, in calculate() local58 phoneOnPower = mPowerEstimator.calculatePower(phoneOnTimeMs); in calculate()66 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_PHONE, phoneOnTimeMs); in calculate()
266 public long phoneOnTimeMs; field in RawBatteryStats.Misc