Searched refs:ratePerHour (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | TrackedCollections.java | 80 ratePerHour(startUptime, 0, startUptime + HALFWAY_DELAY, halfwayCount), in dump() 81 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump() 82 ratePerHour(startUptime, 0, now, lastCount), in dump() 86 private float ratePerHour(long uptime1, int count1, long uptime2, int count2) { in ratePerHour() method in TrackedCollections.CollectionState
|