Searched refs:AutoAddable (Results 1 – 14 of 14) sorted by relevance
31 import com.android.systemui.qs.pipeline.domain.model.AutoAddable47 ): Set<AutoAddable> {56 @Binds @IntoSet fun bindCastAutoAddable(impl: CastAutoAddable): AutoAddable58 @Binds @IntoSet fun bindDataSaverAutoAddable(impl: DataSaverAutoAddable): AutoAddable60 @Binds @IntoSet fun bindDeviceControlsAutoAddable(impl: DeviceControlsAutoAddable): AutoAddable62 @Binds @IntoSet fun bindHotspotAutoAddable(impl: HotspotAutoAddable): AutoAddable64 @Binds @IntoSet fun bindNightDisplayAutoAddable(impl: NightDisplayAutoAddable): AutoAddable68 fun bindReduceBrightColorsAutoAddable(impl: ReduceBrightColorsAutoAddable): AutoAddable70 @Binds @IntoSet fun bindWalletAutoAddable(impl: WalletAutoAddable): AutoAddable72 @Binds @IntoSet fun bindWorkModeAutoAddable(impl: WorkTileAutoAddable): AutoAddable
24 import com.android.systemui.qs.pipeline.domain.model.AutoAddable41 @Multibinds abstract fun providesAutoAddableSet(): Set<AutoAddable>
22 import com.android.systemui.qs.pipeline.domain.model.AutoAddable31 ): Iterable<AutoAddable> {
22 import com.android.systemui.qs.pipeline.domain.model.AutoAddable40 ) : AutoAddable {
22 import com.android.systemui.qs.pipeline.domain.model.AutoAddable33 ) : AutoAddable {
23 import com.android.systemui.qs.pipeline.domain.model.AutoAddable42 ) : AutoAddable {
24 import com.android.systemui.qs.pipeline.domain.model.AutoAddable39 class WorkTileAutoAddable @Inject constructor(private val userTracker: UserTracker) : AutoAddable {
27 import com.android.systemui.qs.pipeline.domain.model.AutoAddable46 ) : AutoAddable {
22 import com.android.systemui.qs.pipeline.domain.model.AutoAddable49 ) : AutoAddable {
30 import com.android.systemui.qs.pipeline.domain.model.AutoAddable53 ) : AutoAddable {
22 import com.android.systemui.qs.pipeline.domain.model.AutoAddable32 ) : AutoAddable {
32 interface AutoAddable { regex
26 import com.android.systemui.qs.pipeline.domain.model.AutoAddable50 private val autoAddables: Set<@JvmSuppressWildcards AutoAddable>,
27 import com.android.systemui.qs.pipeline.domain.model.AutoAddable186 private fun createInteractor(autoAddables: Set<AutoAddable>): AutoAddInteractor {