Searched refs:VolumePanelStartable (Results 1 – 8 of 8) sorted by relevance
20 import com.android.systemui.volume.panel.domain.VolumePanelStartable32 ): VolumePanelStartable
20 import com.android.systemui.volume.panel.domain.VolumePanelStartable36 @Multibinds fun startables(): Set<VolumePanelStartable>
29 import com.android.systemui.volume.panel.domain.VolumePanelStartable77 fun volumePanelStartables(): Set<VolumePanelStartable> in coroutineScope()
22 import com.android.systemui.volume.panel.domain.VolumePanelStartable in <lambda>()37 ) : VolumePanelStartable { in <lambda>()
25 import com.android.systemui.volume.panel.domain.VolumePanelStartable28 var Kosmos.volumePanelStartables: Set<VolumePanelStartable> by Kosmos.Fixture { emptySet() } in <lambda>()
22 import com.android.systemui.volume.panel.domain.VolumePanelStartable50 override fun volumePanelStartables(): Set<VolumePanelStartable> = in create()
20 interface VolumePanelStartable { interface
30 import com.android.systemui.volume.panel.domain.VolumePanelStartable in <lambda>()114 volumePanelComponent.volumePanelStartables().onEach(VolumePanelStartable::start) in <lambda>()