Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedGarbage.java35 private static final long GARBAGE_COLLECTION_DEADLINE_MILLIS = 60000; // 1min field in TrackedGarbage
124 return createdUptimeMillis + GARBAGE_COLLECTION_DEADLINE_MILLIS < now; in isOld()