Searched refs:MemoryTile (Results 1 – 4 of 4) sorted by relevance
84 private final Provider<GarbageMonitor.MemoryTile> mMemoryTileProvider;119 Provider<GarbageMonitor.MemoryTile> memoryTileProvider, in QSFactoryImpl()234 if (tileSpec.equals(GarbageMonitor.MemoryTile.TILE_SPEC)) { in createTileInternal()
125 private MemoryTile mQSTile;254 private void setTile(MemoryTile tile) { in setTile()410 public static class MemoryTile extends QSTileImpl<QSTile.State> { class in GarbageMonitor418 public MemoryTile( in MemoryTile() method in GarbageMonitor.MemoryTile
119 if (Build.IS_DEBUGGABLE && !current.contains(GarbageMonitor.MemoryTile.TILE_SPEC)) { in addCurrentAndStockTiles()120 possibleTiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in addCurrentAndStockTiles()
564 tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in getDefaultSpecs()