Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractor.kt161 private val specsToTiles = mutableMapOf<TileSpec, TileOrNotInstalled>() constant
223 specsToTiles in startTileCollection()
253 if (tileSpec in specsToTiles) { in startTileCollection()
256 specsToTiles.getValue(tileSpec), in startTileCollection()
272 specsToTiles.clear() in startTileCollection()
273 specsToTiles.putAll(newTileMap) in startTileCollection()