Home
last modified time | relevance | path

Searched defs:tileSpec (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/shared/
DTileSpecTest.kt35 val tileSpec = TileSpec.create(spec) in platformTile() constant
46 val tileSpec = TileSpec.create(spec) in customTile() constant
57 val tileSpec = TileSpec.create(spec) in emptyCustomTile_invalid() constant
66 val tileSpec = TileSpec.create(spec) in invalidCustomTileSpec_invalid() constant
76 val tileSpec = TileSpec.create(spec) in customTileNotEndsWithParenthesis_invalid() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSFactoryImpl.java71 public final QSTile createTile(String tileSpec) { in createTile()
81 protected QSTileImpl createTileInternal(String tileSpec) { in createTileInternal()
DQSTileImpl.java254 public void setTileSpec(String tileSpec) { in setTileSpec()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHost.java62 void removeTile(String tileSpec); in removeTile()
77 QSTile createTile(String tileSpec); in createTile()
104 int indexOf(String tileSpec); in indexOf()
DQSTileHost.java486 String tileSpec = copy.get(i); in changeTilesByUser() local
507 public QSTile createTile(String tileSpec) { in createTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DAutoAddableSettingList.kt38 val tileSpec = TileSpec.create(spec) in parseSettingsResource() constant
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSFactory.java35 QSTile createTile(String tileSpec); in createTile()
DQSTile.java49 void setTileSpec(String tileSpec); in setTileSpec()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java350 private boolean hasTile(String tileSpec) { in hasTile()
487 String tileSpec in AutoAddSetting()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
DFakeQSTile.kt29 private var tileSpec: String? = null variable in com.android.systemui.qs.pipeline.domain.interactor.FakeQSTile
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java328 public void setTileSpec(String tileSpec) { in setTileSpec()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractor.kt222 newTileList.forEach { tileSpec -> in startTileCollection() method