Searched refs:ComponentsInteractor (Results 1 – 7 of 7) sorted by relevance
21 import com.android.systemui.volume.panel.domain.interactor.ComponentsInteractor32 @Binds fun bindComponentsInteractor(impl: ComponentsInteractorImpl): ComponentsInteractor in bindComponentsInteractor()
32 interface ComponentsInteractor { in <lambda>() interface54 ) : ComponentsInteractor {
23 import com.android.systemui.volume.panel.domain.interactor.ComponentsInteractor43 override fun componentsInteractor(): ComponentsInteractor = kosmos.componentsInteractor in create()
30 import com.android.systemui.volume.panel.domain.interactor.ComponentsInteractor71 fun componentsInteractor(): ComponentsInteractor in coroutineScope()
31 import com.android.systemui.volume.panel.domain.interactor.ComponentsInteractor in <lambda>()66 private val componentsInteractor: ComponentsInteractor in <lambda>()
47 var Kosmos.componentsInteractor: ComponentsInteractor by
43 private lateinit var underTest: ComponentsInteractor