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()
123 private MemoryTile mQSTile;246 private void setTile(MemoryTile tile) { in setTile()402 public static class MemoryTile extends QSTileImpl<QSTile.State> { class in GarbageMonitor410 public MemoryTile( in MemoryTile() method in GarbageMonitor.MemoryTile
115 if (Build.IS_DEBUGGABLE && !current.contains(GarbageMonitor.MemoryTile.TILE_SPEC)) { in addCurrentAndStockTiles()116 possibleTiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in addCurrentAndStockTiles()
531 tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in getDefaultSpecs()