Searched refs:phoneOnTimeMs (Results 1 – 2 of 2) sorted by relevance
639 long phoneOnTimeMs = mStats.getPhoneOnTime(mRawRealtimeUs, mStatsType) / 1000; in addPhoneUsage() local641 * phoneOnTimeMs / (60 * 60 * 1000); in addPhoneUsage()643 addEntry(BatterySipper.DrainType.PHONE, phoneOnTimeMs, phoneOnPower); in addPhoneUsage()
266 public long phoneOnTimeMs; field in RawBatteryStats.Misc