Searched refs:mUnpluggedReportedCount (Results 1 – 2 of 2) sorted by relevance
1817 int mUnpluggedReportedCount; field in BatteryStatsImpl.SamplingTimer1850 mUnpluggedReportedCount = in.readInt(); in SamplingTimer()1872 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()1899 mUnpluggedReportedCount = count; in update()1927 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()1942 + " mUnpluggedReportedCount=" + mUnpluggedReportedCount in logState()1956 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()1963 out.writeInt(mUnpluggedReportedCount); in writeToParcel()1974 mUnpluggedReportedCount = 0; in reset()
94398 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mUnpluggedReportedCount:I