Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimation.java119 if (targetActivity.attachedToProcess()) { in preloadRecentsActivity()
146 if (!targetActivity.attachedToProcess()) { in preloadRecentsActivity()
H A DEnsureActivitiesVisibleHelper.java190 if (!r.attachedToProcess()) { in setActivityVisibilityState()
H A DActivityRecord.java1228 if (client && r.attachedToProcess()) { in dumpActivity()
1292 if (!attachedToProcess()) { in scheduleActivityMovedToDisplay()
1311 if (!attachedToProcess()) { in scheduleConfigurationChanged()
1328 if (!attachedToProcess()) { in scheduleTopResumedActivityChanged()
1927 boolean attachedToProcess() { in attachedToProcess() method in ActivityRecord
4332 if (isState(RESUMED) && attachedToProcess()) { in sendResult()
4377 && attachedToProcess()) { in deliverNewIntentLocked()
5787 if (!attachedToProcess()) { in stopIfPossible()
8119 if (wasInPictureInPicture && attachedToProcess() && display != null) { in onConfigurationChanged()
8479 if (!attachedToProcess()) { in ensureActivityConfiguration()
[all …]
H A DActivityTaskSupervisor.java2009 needNL = client && r.attachedToProcess(); in dumpHistoryList()
2244 if (r.attachedToProcess()) { in addToMultiWindowModeChangedList()
2274 if (!r.attachedToProcess()) return; in addToPipModeChangedList()
2384 if (r.attachedToProcess() && r.isState(RESTARTING_PROCESS)) { in handleMessage()
H A DTaskFragment.java1072 if (next.attachedToProcess()) { in resumeTopActivity()
1191 if (next.attachedToProcess()) { in resumeTopActivity()
1462 if (prev.attachedToProcess()) { in startPausing()
H A DActivityClientController.java201 if (r.attachedToProcess() && r.isState(RESTARTING_PROCESS)) { in activityStopped()
H A DActivityTaskManagerService.java1292 if (!r.attachedToProcess()) { in startNextMatchingActivity()
3175 if (!activity.attachedToProcess()) { in enqueueAssistContext()
3195 if (!activity.attachedToProcess()) { in enqueueAssistContext()
5783 if (!activity.attachedToProcess()) { in getTopActivityForTask()
H A DActivityMetricsLogger.java269 transitionType = !newActivityCreated && r.attachedToProcess() in create()
H A DTask.java3750 if (r.attachedToProcess()) {
4928 if (waitingActivity.attachedToProcess()) {
5404 if (!srec.attachedToProcess()) {
H A DActivityStarter.java2106 && top.attachedToProcess() in deliverToCurrentTopIfNeeded()
H A DWindowManagerService.java1136 if (atoken.attachedToProcess()) {
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootTaskTests.java1305 doReturn(true).when(bottomActivity).attachedToProcess(); in testCompletePauseOnResumeWhilePausingActivity()
1549 doReturn(false).when(nonTopVisibleActivity).attachedToProcess(); in testNonTopVisibleActivityNotResume()
/aosp12/frameworks/base/services/
H A Dart-profile43901 HSPLcom/android/server/wm/ActivityRecord;->attachedToProcess()Z+]Lcom/android/server/wm/WindowProce…