Searched refs:customTileInteractor (Results 1 – 5 of 5) sorted by relevance
60 private val customTileInteractor: CustomTileInteractor, constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileServiceInteractor84 if (customTileInteractor.isTileActive()) { in bindOnStart()100 if (customTileInteractor.isTileActive()) { in bindOnClick()179 get() = customTileInteractor.getTile(currentUser)192 customTileInteractor.updateTile(tile) in updateTileState()
57 private val customTileInteractor: CustomTileInteractor, in <lambda>() constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileDataInteractor72 customTileInteractor.initForUser(user) in <lambda>()112 customTileInteractor.getTiles(user), in <lambda>()123 isToggleable = customTileInteractor.isTileToggleable(), in <lambda>()
51 val Kosmos.customTileInteractor: CustomTileInteractor by constant87 customTileInteractor, in <lambda>()
37 import com.android.systemui.qs.tiles.impl.custom.customTileInteractor71 customTileInteractor = customTileInteractor, in <lambda>()
33 fun customTileInteractor(): CustomTileInteractor in customTileInterfaceInteractor() method