Searched refs:createdUptimeMillis (Results 1 – 1 of 1) sorted by relevance
69 private final long createdUptimeMillis; field in TrackedGarbage.LeakReference74 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() argument124 return createdUptimeMillis + GARBAGE_COLLECTION_DEADLINE_MILLIS < now; in isOld()