Searched refs:GarbageMonitor (Results 1 – 9 of 9) sorted by relevance
42 import com.android.systemui.util.leak.GarbageMonitor;65 @ClassKey(GarbageMonitor.Service.class)66 public abstract SystemUI bindGarbageMonitorService(GarbageMonitor.Service sysui); in bindGarbageMonitorService()
71 final GarbageMonitor gm = Dependency.get(GarbageMonitor.class); in captureHeaps()87 GarbageMonitor.ProcessMemInfo info = gm.getMemInfo(pid); in captureHeaps()
77 public class GarbageMonitor implements Dumpable { class134 public GarbageMonitor( in GarbageMonitor() method in GarbageMonitor405 private final GarbageMonitor gm;419 GarbageMonitor monitor in MemoryTile()561 private final GarbageMonitor mGarbageMonitor;564 public Service(Context context, GarbageMonitor garbageMonitor) { in Service()603 postDelayed(GarbageMonitor.this::reinspectGarbageAfterGc, 100); in handleMessage()
54 import com.android.systemui.util.leak.GarbageMonitor;84 private final Provider<GarbageMonitor.MemoryTile> mMemoryTileProvider;119 Provider<GarbageMonitor.MemoryTile> memoryTileProvider, in QSFactoryImpl()234 if (tileSpec.equals(GarbageMonitor.MemoryTile.TILE_SPEC)) { in createTileInternal()
44 import com.android.systemui.util.leak.GarbageMonitor;115 if (Build.IS_DEBUGGABLE && !current.contains(GarbageMonitor.MemoryTile.TILE_SPEC)) { in addCurrentAndStockTiles()116 possibleTiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in addCurrentAndStockTiles()
116 private static class TestableGarbageMonitor extends GarbageMonitor {
59 import com.android.systemui.util.leak.GarbageMonitor;530 && GarbageMonitor.ADD_MEMORY_TILE_TO_DEFAULT_ON_DEBUGGABLE_BUILDS) { in getDefaultSpecs()531 tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in getDefaultSpecs()
122 …om.android.systemui.util.leak.GarbageMonitor$Service](/packages/SystemUI/src/com/android/systemui/…
134 import com.android.systemui.util.leak.GarbageMonitor;271 @Inject Lazy<GarbageMonitor> mGarbageMonitor;442 mProviders.put(GarbageMonitor.class, mGarbageMonitor::get); in start()