Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DGarbageMonitor.java86 private static final int HEAP_TRACK_HISTORY_LEN = 720; // 12 hours field in GarbageMonitor
258 HEAP_TRACK_HISTORY_LEN, in dump()
259 (float) HEAP_TRACK_HISTORY_LEN * htiMins / 60f)); in dump()
497 public long[] pss = new long[HEAP_TRACK_HISTORY_LEN];
498 public long[] uss = new long[HEAP_TRACK_HISTORY_LEN];