Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedCollections.java50 collectionState.halfwayCount = collectionState.lastCount; in track()
52 collectionState.lastCount = collection.size(); in track()
62 int lastCount = -1; field in TrackedCollections.CollectionState
81 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump()
82 ratePerHour(startUptime, 0, now, lastCount), in dump()
83 lastCount); in dump()