Searched refs:CurrentTilesInteractor (Results 1 – 6 of 6) sorted by relevance
24 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor31 private val currentTilesInteractor: CurrentTilesInteractor,
27 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor47 ): CurrentTilesInteractor
31 import com.android.systemui.qs.pipeline.domain.interactor.CurrentTilesInteractor52 private val interactor: CurrentTilesInteractor,
60 fun init(currentTilesInteractor: CurrentTilesInteractor) {
70 interface CurrentTilesInteractor : ProtoDumpable { regex141 ) : CurrentTilesInteractor {
57 @Mock private lateinit var currentTilesInteractor: CurrentTilesInteractor