Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedGarbage.java69 private final long createdUptimeMillis; field in TrackedGarbage.LeakReference
74 createdUptimeMillis = SystemClock.uptimeMillis(); in LeakReference()
93 if (isOld(ref.createdUptimeMillis, now)) { in dump()
116 if (isOld(ref.createdUptimeMillis, now)) { in countOldGarbage()
123 private boolean isOld(long createdUptimeMillis, long now) { in isOld() argument
124 return createdUptimeMillis + GARBAGE_COLLECTION_DEADLINE_MILLIS < now; in isOld()