Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractor.kt217 val newTileList = it.newData.tiles in startTileCollection() constant
225 it.key !in newTileList && it.value is TileOrNotInstalled.Tile in startTileCollection()
242 newTileList.forEach { tileSpec -> in startTileCollection()
290 } else if (resolvedSpecs != newTileList) { in startTileCollection()