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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DTrackedCollections.java80 ratePerHour(startUptime, 0, startUptime + HALFWAY_DELAY, halfwayCount),
81 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount),
82 ratePerHour(startUptime, 0, now, lastCount),
86 private float ratePerHour(long uptime1, int count1, long uptime2, int count2) { method in class:TrackedCollections.CollectionState

Completed in 682 milliseconds