Searched refs:mCurrentReportedCount (Results 1 – 2 of 2) sorted by relevance
2027 int mCurrentReportedCount; field in BatteryStatsImpl.SamplingTimer2065 mCurrentReportedCount = in.readInt(); in SamplingTimer()2095 mUnpluggedReportedCount = mCurrentReportedCount = 0; in endSample()2135 if (totalTimeUs < mCurrentReportedTotalTimeUs || count < mCurrentReportedCount) { in update()2140 mCurrentReportedCount = count; in update()2157 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()2166 mUnpluggedReportedCount = mCurrentReportedCount; in onTimeStarted()2180 pw.println(prefix + "mCurrentReportedCount=" + mCurrentReportedCount in logState()2195 ? mCurrentReportedCount - mUnpluggedReportedCount : 0); in computeCurrentCountLocked()2201 out.writeInt(mCurrentReportedCount); in writeToParcel()
76937 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->mCurrentReportedCount:I