Home
last modified time | relevance | path

Searched refs:lifecycleManager (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractor.kt322 val lifecycleManager = tileLifecycleManagerFactory.create(intent, UserHandle.of(userId)) regex
323 lifecycleManager.onStopListening()
324 lifecycleManager.onTileRemoved()
327 lifecycleManager.flushMessagesAndUnbind()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileHost.java491 TileLifecycleManager lifecycleManager = mTileLifeCycleManagerFactory.create( in changeTilesByUser() local
493 lifecycleManager.onStopListening(); in changeTilesByUser()
494 lifecycleManager.onTileRemoved(); in changeTilesByUser()
497 lifecycleManager.flushMessagesAndUnbind(); in changeTilesByUser()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationTest.java205 ClientLifecycleManager lifecycleManager = mAtm.getLifecycleManager(); in testRestartRecentsActivity() local
206 doNothing().when(lifecycleManager).scheduleTransaction(any()); in testRestartRecentsActivity()
H A DActivityTaskManagerServiceTests.java145 ClientLifecycleManager lifecycleManager = mAtm.getLifecycleManager(); in testOnPictureInPictureRequested_cannotEnterPip() local
151 verify(lifecycleManager, atLeast(0)) in testOnPictureInPictureRequested_cannotEnterPip()
164 ClientLifecycleManager lifecycleManager = mAtm.getLifecycleManager(); in testOnPictureInPictureRequested_alreadyInPIPMode() local
169 verify(lifecycleManager, atLeast(0)) in testOnPictureInPictureRequested_alreadyInPIPMode()