Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedCollections.java48 if (collectionState.halfwayCount == -1 in track()
50 collectionState.halfwayCount = collectionState.lastCount; in track()
60 int halfwayCount = -1; field in TrackedCollections.CollectionState
80 ratePerHour(startUptime, 0, startUptime + HALFWAY_DELAY, halfwayCount), in dump()
81 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump()