Searched refs:startFlowCollections (Results 1 – 2 of 2) sorted by relevance
67 .also { startFlowCollections(it) } in <lambda>()72 private fun startFlowCollections(autoAdded: StateFlow<Set<TileSpec>>) { in <lambda>() method
81 .also { startFlowCollections(it) } in <lambda>()86 private fun startFlowCollections(tiles: StateFlow<List<TileSpec>>) { in <lambda>() method in com.android.systemui.qs.pipeline.data.repository.UserTileSpecRepository