Home
last modified time | relevance | path

Searched refs:attachedToProcess (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimation.java120 if (targetActivity.attachedToProcess()) { in preloadRecentsActivity()
152 if (!targetActivity.attachedToProcess()) { in preloadRecentsActivity()
H A DEnsureActivitiesVisibleHelper.java195 if (!r.attachedToProcess()) { in setActivityVisibilityState()
H A DActivityRecord.java1375 if (client && r.attachedToProcess()) { in dumpActivity()
1435 if (!attachedToProcess()) { in scheduleActivityMovedToDisplay()
1454 if (!attachedToProcess()) { in scheduleConfigurationChanged()
1471 if (!attachedToProcess()) { in scheduleTopResumedActivityChanged()
2295 boolean attachedToProcess() { in attachedToProcess() method in ActivityRecord
4790 if (isState(RESUMED) && attachedToProcess()) { in sendResult()
4893 && attachedToProcess()) { in deliverNewIntentLocked()
6428 if (!attachedToProcess()) { in stopIfPossible()
9603 if (!attachedToProcess()) {
9900 if (!attachedToProcess()) {
[all …]
H A DTaskFragment.java1274 if (next.attachedToProcess()) { in resumeTopActivity()
1394 if (next.attachedToProcess()) { in resumeTopActivity()
1669 if (prev.attachedToProcess()) { in startPausing()
1772 } else if (prev.attachedToProcess()) { in completePause()
H A DActivityTaskSupervisor.java2347 needNL = client && r.attachedToProcess(); in dumpHistoryList()
2570 if (r.attachedToProcess()) { in scheduleUpdateMultiWindowMode()
2592 if (!r.attachedToProcess()) return; in scheduleUpdatePictureInPictureModeIfNeeded()
2708 if (r.attachedToProcess() && r.isState(RESTARTING_PROCESS)) { in handleMessage()
H A DActivityStartController.java583 if (r == null || r.isVisibleRequested() || !r.attachedToProcess() in startExistingRecents()
H A DActivityTaskManagerService.java1339 if (!r.attachedToProcess()) { in startNextMatchingActivity()
3346 if (!activity.attachedToProcess()) { in enqueueAssistContext()
3366 if (!activity.attachedToProcess()) { in enqueueAssistContext()
6227 if (token == null && list.get(0).attachedToProcess()) { in getAttachedNonFinishingActivityForTask()
6236 if (record.shareableActivityToken == token && record.attachedToProcess()) { in getAttachedNonFinishingActivityForTask()
H A DActivityClientController.java247 if (r.attachedToProcess() && r.isState(RESTARTING_PROCESS)) { in activityStopped()
H A DActivityMetricsLogger.java341 transitionType = !newActivityCreated && r.attachedToProcess() in create()
H A DTask.java4952 if (waitingActivity.attachedToProcess()) {
5454 if (!srec.attachedToProcess()) {
H A DActivityStarter.java2367 && top.attachedToProcess() in deliverToCurrentTopIfNeeded()
H A DWindowManagerService.java1084 if (atoken.attachedToProcess()) {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootTaskTests.java1193 doReturn(true).when(bottomActivity).attachedToProcess(); in testCompletePauseOnResumeWhilePausingActivity()
1439 doReturn(false).when(nonTopVisibleActivity).attachedToProcess(); in testNonTopVisibleActivityNotResume()
/aosp14/frameworks/base/services/
H A Dart-profile10452 HSPLcom/android/server/wm/ActivityRecord;->attachedToProcess()Z