Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/shared/
DTileSpecTest.kt37 val tileSpec = TileSpec.create(spec) in platformTile() constant
48 val tileSpec = TileSpec.create(spec) in customTile() constant
59 val tileSpec = TileSpec.create(spec) in emptyCustomTile_invalid() constant
68 val tileSpec = TileSpec.create(spec) in invalidCustomTileSpec_invalid() constant
78 val tileSpec = TileSpec.create(spec) in customTileNotEndsWithParenthesis_invalid() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSFactoryImpl.java67 public final QSTile createTile(String tileSpec) { in createTile()
78 protected QSTileImpl createTileInternal(String tileSpec) { in createTileInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHost.java56 void removeTile(String tileSpec); in removeTile()
66 QSTile createTile(String tileSpec); in createTile()
99 int indexOf(String tileSpec); in indexOf()
/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/src/com/android/systemui/qs/panels/data/repository/
DIconAndNameCustomRepository.kt53 val tileSpec = TileSpec.create(it.componentName) in getCustomTileData() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/panels/ui/compose/
DDragAndDropTest.kt83 tiles = it.map { tileSpec -> createEditTile(tileSpec.spec) } in <lambda>() method
151 tiles = it.map { tileSpec -> createEditTile(tileSpec.spec) } in <lambda>() method
183 tiles = it.map { tileSpec -> createEditTile(tileSpec.spec) } in <lambda>() method
215 tiles = it.map { tileSpec -> createEditTile(tileSpec.spec) } in <lambda>() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSFactory.java33 QSTile createTile(String tileSpec); in createTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/
DEditTileViewModel.kt36 val tileSpec: TileSpec, constant in com.android.systemui.qs.panels.ui.viewmodel.UnloadedEditTileViewModel
59 val tileSpec: TileSpec, constant in com.android.systemui.qs.panels.ui.viewmodel.EditTileViewModel
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/base/ui/model/
DNewQSTileFactoryKosmos.kt46 val tileSpec = invocation.getArgument<TileSpec>(0) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/
DFakeTileDetailsViewModel.kt21 class FakeTileDetailsViewModel(var tileSpec: String?) : TileDetailsViewModel { variable in com.android.systemui.qs.FakeTileDetailsViewModel
DFakeQSTile.kt24 private var tileSpec: String? = null variable in com.android.systemui.qs.FakeQSTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/dagger/
DWalletModule.java86 TileSpec tileSpec = TileSpec.create(WALLET_TILE_SPEC); in provideQuickAccessWalletTileConfig() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/shared/model/
DEditTileData.kt25 val tileSpec: TileSpec, constant in com.android.systemui.qs.panels.shared.model.EditTileData
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/base/shared/model/
DQSTileConfigTestBuilder.kt29 var tileSpec: TileSpec = TileSpec.create("test_spec") variable in com.android.systemui.qs.tiles.base.shared.model.QSTileConfigTestBuilder.BuildingScope
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DUserAutoAddRepository.kt148 val tileSpec: TileSpec, in <lambda>() constant in com.android.systemui.qs.pipeline.data.repository.UserAutoAddRepository.MarkTile
156 val tileSpec: TileSpec, in <lambda>() constant in com.android.systemui.qs.pipeline.data.repository.UserAutoAddRepository.UnmarkTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/shared/model/
DQSTileConfig.kt29 val tileSpec: TileSpec, constant in com.android.systemui.qs.tiles.base.shared.model.QSTileConfig
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
DDreamModule.java215 TileSpec tileSpec = TileSpec.create(DREAM_TILE_SPEC); in provideDreamTileConfig() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileInteractor.kt46 private val tileSpec: TileSpec.CustomTileSpec, constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileInteractor
DCustomTileDataInteractor.kt53 private val tileSpec: TileSpec.CustomTileSpec, in <lambda>() constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileDataInteractor
DCustomTileUserActionInteractor.kt56 private val tileSpec: TileSpec, constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileUserActionInteractor
DCustomTileServiceInteractor.kt55 private val tileSpec: TileSpec.CustomTileSpec, constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileServiceInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/data/repository/
DCustomTilePackageUpdatesRepository.kt53 private val tileSpec: TileSpec.CustomTileSpec, constant in com.android.systemui.qs.tiles.impl.custom.data.repository.CustomTilePackageUpdatesRepositoryImpl
DCustomTileRepository.kt99 private val tileSpec: TileSpec.CustomTileSpec, in restoreForTheUserIfNeeded() constant in com.android.systemui.qs.tiles.impl.custom.data.repository.CustomTileRepositoryImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/shared/logging/
DQSTileLoggerTest.kt58 val tileSpec: TileSpec = TileSpec.create("chatty_tile") in setup() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepository.kt104 tiles.forEach { tileSpec -> in notifyAccessibilityManagerTilesChanged() method

12