Home
last modified time | relevance | path

Searched refs:TileLifecycleManager (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTest.java89 private TileLifecycleManager mStateManager;
116 mStateManager = new TileLifecycleManager(mHandler, mWrappedContext, in setUp()
316 TileLifecycleManager manager = new TileLifecycleManager(mHandler, falseContext, in testFalseBindCallsUnbind()
337 TileLifecycleManager manager = new TileLifecycleManager(mHandler, falseContext, in testVersionUDoesNotBindsAllowBackgroundActivity()
358 TileLifecycleManager manager = new TileLifecycleManager(mHandler, falseContext, in testVersionLessThanUBindsAllowBackgroundActivity()
381 TileLifecycleManager manager = new TileLifecycleManager(mHandler, mockContext, in testNullBindingCallsUnbind()
H A DTileServicesTest.java96 private TileLifecycleManager.Factory mTileLifecycleManagerFactory;
98 private TileLifecycleManager mTileLifecycleManager;
H A DTileServiceManagerTest.java61 private TileLifecycleManager mTileLifecycle;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java35 import com.android.systemui.qs.external.TileLifecycleManager.TileChangeListener;
61 private final TileLifecycleManager mStateManager;
81 new TileLifecycleManager(handler, tileServices.getContext(), tileServices, in TileServiceManager()
90 TileLifecycleManager tileLifecycleManager) { in TileServiceManager()
H A DTileLifecycleManager.java65 public class TileLifecycleManager extends BroadcastReceiver implements class
116 TileLifecycleManager(@Main Handler handler, Context context, IQSService service, in TileLifecycleManager() method in TileLifecycleManager
138 TileLifecycleManager create(Intent intent, UserHandle userHandle); in create()
H A DCustomTile.java63 import com.android.systemui.qs.external.TileLifecycleManager.TileChangeListener;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileHost.java47 import com.android.systemui.qs.external.TileLifecycleManager;
120 private TileLifecycleManager.Factory mTileLifeCycleManagerFactory;
136 TileLifecycleManager.Factory tileLifecycleManagerFactory, in QSTileHost()
491 TileLifecycleManager lifecycleManager = mTileLifeCycleManagerFactory.create( in changeTilesByUser()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractorImplTest.kt37 import com.android.systemui.qs.external.TileLifecycleManager
706 private class TLMFactory : TileLifecycleManager.Factory {
708 val created = mutableMapOf<Pair<Int, ComponentName>, TileLifecycleManager>()
710 override fun create(intent: Intent, userHandle: UserHandle): TileLifecycleManager {
713 val manager: TileLifecycleManager = mock()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSTileHostTest.java65 import com.android.systemui.qs.external.TileLifecycleManager;
124 private TileLifecycleManager.Factory mTileLifecycleManagerFactory;
126 private TileLifecycleManager mTileLifecycleManager;
710 TileLifecycleManager.Factory tileLifecycleManagerFactory, in TestQSTileHost()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractor.kt36 import com.android.systemui.qs.external.TileLifecycleManager
134 private val tileLifecycleManagerFactory: TileLifecycleManager.Factory,
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md208 #### TileLifecycleManager subsubsection
214 Each `TileService` gets assigned an exclusive `TileLifecycleManager` when its corresponding tile is…
218 …s is an intermediary between the `TileServices` controller and a `TileLifecycleManager` correspond…
222 * Deciding when to bind and unbind, requesting it to the `TileLifecycleManager`.
223 * Relaying messages to the `TileService` through the `TileLifecycleManager`.
287 2. The `TileServiceManager` creates its own `TileLifecycleManager` to take care of binding to the s…