Searched refs:TILE_SPEC (Results 1 – 5 of 5) sorted by relevance
56 val TILE_SPEC = CustomTile.toSpec(componentName) constant88 customTile = CustomTile.create(mTileHost, TILE_SPEC, mContext) in setUp()99 val tile = CustomTile.create(mTileHost, TILE_SPEC, userContext) in testCorrectUser()107 customTile = CustomTile.create(mTileHost, TILE_SPEC, mContext) in testToggleableTileHasBooleanState()122 customTile = CustomTile.create(mTileHost, TILE_SPEC, mContext) in testValueUpdatedInBooleanTile()
108 if (Build.IS_DEBUGGABLE && !current.contains(GarbageMonitor.MemoryTile.TILE_SPEC)) { in addCurrentAndStockTiles()109 possibleTiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in addCurrentAndStockTiles()
188 if (tileSpec.equals(GarbageMonitor.MemoryTile.TILE_SPEC)) { in createTileInternal()
396 public static final String TILE_SPEC = "dbg:mem"; field in GarbageMonitor.MemoryTile
481 tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in getDefaultSpecs()