Searched refs:startUptime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DTrackedCollections.java45 collectionState.startUptime = SystemClock.uptimeMillis();
49 && SystemClock.uptimeMillis() - collectionState.startUptime > HALFWAY_DELAY) {
58 long startUptime; field in class:TrackedCollections.CollectionState
59 /** The number of elements in the collection at startUptime + HALFWAY_DELAY */
80 ratePerHour(startUptime, 0, startUptime + HALFWAY_DELAY, halfwayCount),
81 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount),
82 ratePerHour(startUptime, 0, now, lastCount),

Completed in 532 milliseconds