Home
last modified time | relevance | path

Searched refs:TILE_SPEC (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt66 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/
DTileQueryHelper.java115 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/
DQSFactoryImpl.java234 if (tileSpec.equals(GarbageMonitor.MemoryTile.TILE_SPEC)) { in createTileInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DGarbageMonitor.java403 public static final String TILE_SPEC = "dbg:mem"; field in GarbageMonitor.MemoryTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java531 tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC); in getDefaultSpecs()