Searched refs:mUnpluggedReportedCount (Results 1 – 2 of 2) sorted by relevance
2033 int mUnpluggedReportedCount; field in BatteryStatsImpl.SamplingTimer2066 mUnpluggedReportedCount = in.readInt(); in SamplingTimer()2095 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()2130 mUnpluggedReportedCount = count; in update()2166 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()2181 + " mUnpluggedReportedCount=" + mUnpluggedReportedCount in logState()2195 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()2202 out.writeInt(mUnpluggedReportedCount); in writeToParcel()2213 mUnpluggedReportedCount = 0; in reset()
76941 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mUnpluggedReportedCount:I