Searched refs:mUnpluggedReportedCount (Results 1 – 2 of 2) sorted by relevance
1819 int mUnpluggedReportedCount; field in BatteryStatsImpl.SamplingTimer1852 mUnpluggedReportedCount = in.readInt(); in SamplingTimer()1874 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()1902 mUnpluggedReportedCount = count; in update()1930 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()1945 + " mUnpluggedReportedCount=" + mUnpluggedReportedCount in logState()1959 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()1966 out.writeInt(mUnpluggedReportedCount); in writeToParcel()1977 mUnpluggedReportedCount = 0; in reset()
88047 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mUnpluggedReportedCount:I