Searched refs:mUnpluggedReportedCount (Results 1 – 2 of 2) sorted by relevance
2678 int mUnpluggedReportedCount; field in BatteryStatsImpl.SamplingTimer2711 mUnpluggedReportedCount = in.readInt(); in SamplingTimer()2740 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()2768 mUnpluggedReportedCount = count; in update()2804 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()2819 + " mUnpluggedReportedCount=" + mUnpluggedReportedCount in logState()2833 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()2840 out.writeInt(mUnpluggedReportedCount); in writeToParcel()2851 mUnpluggedReportedCount = 0; in reset()
73618 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mUnpluggedReportedCount:I