Searched refs:CustomTileSpec (Results 1 – 16 of 16) sorted by relevance
51 data class CustomTileSpec class in com.android.systemui.qs.pipeline.shared.TileSpec70 spec.componentName?.let { CustomTileSpec(spec, it) } ?: Invalid in create()74 fun create(component: ComponentName): CustomTileSpec { in create()75 return CustomTileSpec(CustomTile.toSpec(component), component) in create()
37 fun provideCustomTileSpec(): TileSpec.CustomTileSpec =38 config.tileSpec as TileSpec.CustomTileSpec
61 is TileSpec.CustomTileSpec -> true in getConfig()71 is TileSpec.CustomTileSpec -> in getConfig()
56 is TileSpec.CustomTileSpec -> createCustomTileViewModel(spec) in createTile()66 private fun createCustomTileViewModel(spec: TileSpec.CustomTileSpec): QSTileViewModel =
50 assertThat(tileSpec is TileSpec.CustomTileSpec).isTrue() in customTile()52 assertThat((tileSpec as TileSpec.CustomTileSpec).componentName).isEqualTo(componentName) in customTile()
32 (tileSpec is TileSpec.CustomTileSpec && appName != null)
28 tileSpec: TileSpec.CustomTileSpec,
245 tileSpec is TileSpec.CustomTileSpec && in startTileCollection()313 val toFree = currentSpecsCopy.intersect(specs).filterIsInstance<TileSpec.CustomTileSpec>() in removeTiles()327 val toFree = currentSpecsCopy.minus(specs).filterIsInstance<TileSpec.CustomTileSpec>() in setTiles()
53 private val tileSpec: TileSpec.CustomTileSpec,
103 private val tileSpec: TileSpec.CustomTileSpec, in restoreForTheUserIfNeeded()
46 private val tileSpec: TileSpec.CustomTileSpec,
54 private val tileSpec: TileSpec.CustomTileSpec, in <lambda>()
57 private val tileSpec: TileSpec.CustomTileSpec,
42 var Kosmos.customTileSpec: TileSpec.CustomTileSpec by Kosmos.Fixture()
106 is TileSpec.CustomTileSpec -> { in notifyAccessibilityManagerTilesChanged()
210 .filter { it.tileSpec is TileSpec.CustomTileSpec } in <lambda>()