Searched defs:gm (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DGarbageMonitor.java335 private final GarbageMonitor gm; field in class:GarbageMonitor.MemoryTile
340 gm = Dependency.get(GarbageMonitor.class);
356 mHandler.post(gm::dumpHprofAndShare);
366 if (gm != null) gm.setTile(listening ? this : null);
369 if (listening && gm.mHeapLimit > 0) {
370 am.setWatchHeapLimit(1024 * gm.mHeapLimit); // why is this in bytes?
383 pmi = gm.getMemInfo(Process.myPid());
385 icon.setHeapLimit(gm.mHeapLimit);
393 formatBytes(gm
[all...]

Completed in 52 milliseconds