Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedCollections.java32 private static final long HALFWAY_DELAY = 30 * MILLIS_IN_MINUTE; field in TrackedCollections
49 && SystemClock.uptimeMillis() - collectionState.startUptime > HALFWAY_DELAY) { in track()
80 ratePerHour(startUptime, 0, startUptime + HALFWAY_DELAY, halfwayCount), in dump()
81 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump()