Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/shared/
H A DTileSpecTest.kt35 val tileSpec = TileSpec.create(spec) regex
46 val tileSpec = TileSpec.create(spec) regex
57 val tileSpec = TileSpec.create(spec) regex
66 val tileSpec = TileSpec.create(spec) regex
76 val tileSpec = TileSpec.create(spec) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSFactoryImpl.java71 public final QSTile createTile(String tileSpec) { in createTile()
81 protected QSTileImpl createTileInternal(String tileSpec) { in createTileInternal()
H A DQSTileImpl.java254 public void setTileSpec(String tileSpec) { in setTileSpec()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSHost.java62 void removeTile(String tileSpec); in removeTile()
77 QSTile createTile(String tileSpec); in createTile()
104 int indexOf(String tileSpec); in indexOf()
H A DQSTileHost.java486 String tileSpec = copy.get(i); in changeTilesByUser() local
507 public QSTile createTile(String tileSpec) { in createTile()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSFactory.java35 QSTile createTile(String tileSpec); in createTile()
H A DQSTile.java49 void setTileSpec(String tileSpec); in setTileSpec()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
H A DAutoAddableSettingList.kt38 val tileSpec = TileSpec.create(spec) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java350 private boolean hasTile(String tileSpec) { in hasTile()
487 String tileSpec in AutoAddSetting()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
H A DTileQueryHelperTest.java328 public void setTileSpec(String tileSpec) { in setTileSpec()