Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimation.java113 if (targetActivity.attachedToProcess()) { in preloadRecentsActivity()
133 if (!targetActivity.attachedToProcess()) { in preloadRecentsActivity()
DActivityRecord.java675 if (!attachedToProcess()) { in scheduleActivityMovedToDisplay()
694 if (!attachedToProcess()) { in scheduleConfigurationChanged()
712 if (!attachedToProcess()) { in scheduleTopResumedActivityChanged()
734 if (task == null || task.getStack() == null || !attachedToProcess()) { in updateMultiWindowMode()
761 if (task == null || task.getStack() == null || !attachedToProcess()) { in updatePictureInPictureMode()
1095 boolean attachedToProcess() { in attachedToProcess() method in ActivityRecord
1613 && attachedToProcess()) { in deliverNewIntentLocked()
2529 if (attachedToProcess()) { in setSleeping()
3268 if (!attachedToProcess()) { in ensureActivityConfiguration()
3298 if (!attachedToProcess()) { in ensureActivityConfiguration()
[all …]
DActivityStackSupervisor.java2265 if (client && r.attachedToProcess()) { in dumpHistoryList()
2511 if (r.attachedToProcess()) { in scheduleUpdateMultiWindowMode()
2534 if (r.attachedToProcess()) { in scheduleUpdatePictureInPictureModeIfNeeded()
2553 if (r.attachedToProcess()) { in updatePictureInPictureMode()
2667 if (r.attachedToProcess() in handleMessage()
DActivityStack.java1695 if (prev.attachedToProcess()) { in startPausingLocked()
2183 if (!r.attachedToProcess()) { in ensureActivitiesVisibleLocked()
2424 if (r.attachedToProcess()) { in makeInvisible()
2505 if (waitingActivity.attachedToProcess()) { in notifyActivityDrawnLocked()
2759 if (next.attachedToProcess()) { in resumeTopActivityInnerLocked()
2882 if (next.attachedToProcess()) { in resumeTopActivityInnerLocked()
3641 if (mResumedActivity == r && r.attachedToProcess()) { in sendActivityResultLocked()
3775 if (r.attachedToProcess()) { in stopActivityLocked()
4271 if (!srec.attachedToProcess()) { in navigateUpToLocked()
DActivityTaskManagerService.java1109 if (!r.attachedToProcess()) { in startNextMatchingActivity()
1738 if (r.attachedToProcess() in activityStopped()
3031 if (r != null && r.attachedToProcess()) { in notifyEnterAnimationComplete()
3618 if (!activity.attachedToProcess()) { in enqueueAssistContext()
3638 if (!activity.attachedToProcess()) { in enqueueAssistContext()
6688 if (!activity.attachedToProcess()) { in getTopActivityForTask()
DActivityStarter.java1351 r.attachedToProcess() ? LAUNCH_STATE_HOT : LAUNCH_STATE_COLD; in startActivityMayWait()
1649 && top.attachedToProcess() in startActivityUnchecked()
DTaskRecord.java1226 if (r.attachedToProcess()) { in getNumRunningActivities()
/frameworks/base/services/
Dart-profile14765 HSPLcom/android/server/wm/ActivityRecord;->attachedToProcess()Z