Searched refs:TILE_SPEC (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | CustomTileTest.kt | 66 val TILE_SPEC = CustomTile.toSpec(componentName) constant 118 customTile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in setUp() 131 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, userContext) in testCorrectUser() 141 customTile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testToggleableTileHasBooleanState() 158 customTile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testValueUpdatedInBooleanTile() 228 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testPersistedStateRetrieved() 262 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testStoreStateOnChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | TileQueryHelper.java | 115 if (Build.IS_DEBUGGABLE && !current.contains(GarbageMonitor.MemoryTile.TILE_SPEC)) { in addCurrentAndStockTiles() 116 possibleTiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in addCurrentAndStockTiles()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSFactoryImpl.java | 234 if (tileSpec.equals(GarbageMonitor.MemoryTile.TILE_SPEC)) { in createTileInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | GarbageMonitor.java | 403 public static final String TILE_SPEC = "dbg:mem"; field in GarbageMonitor.MemoryTile
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileHost.java | 531 tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in getDefaultSpecs()
|