Searched refs:CurrentTilesInteractor (Results 1 – 15 of 15) sorted by relevance
25 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor34 private val currentTilesInteractor: CurrentTilesInteractor,
24 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()43 tilesInteractor: CurrentTilesInteractor, in <lambda>()
26 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()27 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor.Companion.POSITION… in <lambda>()49 private val currentTilesInteractor: CurrentTilesInteractor, in <lambda>()
47 fun init(currentTilesInteractor: CurrentTilesInteractor) { in <lambda>()57 private fun startObservingTiles(currentTilesInteractor: CurrentTilesInteractor) { in <lambda>()
59 private lateinit var currentTilesInteractor: CurrentTilesInteractor in <lambda>()62 fun init(currentTilesInteractor: CurrentTilesInteractor) { in <lambda>()
75 interface CurrentTilesInteractor : ProtoDumpable { in <lambda>() interface153 ) : CurrentTilesInteractor {
25 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()38 private val currentTilesInteractor: CurrentTilesInteractor, in <lambda>()
34 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor64 ): CurrentTilesInteractor in provideTileSpecRepository()
28 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor51 private val interactor: CurrentTilesInteractor,
36 val Kosmos.currentTilesInteractor: CurrentTilesInteractor by
59 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor in <lambda>()115 onAddTile(it, CurrentTilesInteractor.POSITION_AT_END) in <lambda>()
87 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor275 onAddTile(it, CurrentTilesInteractor.POSITION_AT_END) in DefaultEditTileGrid()
71 private lateinit var currentTilesInteractor: CurrentTilesInteractor in <lambda>()
61 @Mock private lateinit var currentTilesInteractor: CurrentTilesInteractor
364 ### CurrentTilesInteractor subsection415 2. This updates the flow that `CurrentTilesInteractor` is collecting from, triggering the process417 3. `CurrentTilesInteractor` calls the available `QSFactory` classes in order to find one that will422 4. `CurrentTilesInteractor` updates its flow and classes collecting from it will be notified of the