Home
last modified time | relevance | path

Searched refs:CustomTileComponent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/di/
DCustomTileComponent.kt29 interface CustomTileComponent : QSTileComponent<CustomTileDataModel> { interface
42 fun build(): CustomTileComponent in customTileInterfaceInteractor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/di/
DQSTilesModule.kt26 import com.android.systemui.qs.tiles.impl.custom.di.CustomTileComponent
40 CustomTileComponent::class,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/
DQSTileViewModelFactory.kt28 import com.android.systemui.qs.tiles.impl.custom.di.CustomTileComponent
64 private val customTileComponentBuilder: CustomTileComponent.Builder,