Home
last modified time | relevance | path

Searched refs:mLoadedCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsTimerTest.java69 return mLoadedCount; in getLoadedCount()
73 mLoadedCount = val; in setLoadedCount()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1276 int mLoadedCount; field in BatteryStatsImpl.Counter
1284 mLoadedCount = in.readInt(); in Counter()
1296 out.writeInt(mLoadedCount); in writeToParcel()
1345 val -= mLoadedCount; in getCountLocked()
1353 + " mLoadedCount=" + mLoadedCount in logState()
1376 mLoadedCount = mPluggedCount = mUnpluggedCount = 0; in reset()
1394 mLoadedCount = in.readInt(); in readSummaryFromParcelLocked()
1395 mCount.set(mLoadedCount); in readSummaryFromParcelLocked()
1396 mUnpluggedCount = mPluggedCount = mLoadedCount; in readSummaryFromParcelLocked()
1573 public long mLoadedCount; field in BatteryStatsImpl.LongSamplingCounter
[all …]