Home
last modified time | relevance | path

Searched refs:customTileInteractor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileServiceInteractor.kt60 private val customTileInteractor: CustomTileInteractor, constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileServiceInteractor
84 if (customTileInteractor.isTileActive()) { in bindOnStart()
100 if (customTileInteractor.isTileActive()) { in bindOnClick()
179 get() = customTileInteractor.getTile(currentUser)
192 customTileInteractor.updateTile(tile) in updateTileState()
DCustomTileDataInteractor.kt57 private val customTileInteractor: CustomTileInteractor, in <lambda>() constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileDataInteractor
72 customTileInteractor.initForUser(user) in <lambda>()
112 customTileInteractor.getTiles(user), in <lambda>()
123 isToggleable = customTileInteractor.isTileToggleable(), in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/impl/custom/
DCustomTileKosmos.kt51 val Kosmos.customTileInteractor: CustomTileInteractor by constant
87 customTileInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileDataInteractorTest.kt37 import com.android.systemui.qs.tiles.impl.custom.customTileInteractor
71 customTileInteractor = customTileInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/di/
DCustomTileComponent.kt33 fun customTileInteractor(): CustomTileInteractor in customTileInterfaceInteractor() method