Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
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()
1094 boolean attachedToProcess() { in attachedToProcess() method in ActivityRecord
1615 && attachedToProcess()) { in deliverNewIntentLocked()
2531 if (attachedToProcess()) { in setSleeping()
3276 if (!attachedToProcess()) { in ensureActivityConfiguration()
3306 if (!attachedToProcess()) { in ensureActivityConfiguration()
[all …]
DActivityStackSupervisor.java2261 if (client && r.attachedToProcess()) { in dumpHistoryList()
2507 if (r.attachedToProcess()) { in scheduleUpdateMultiWindowMode()
2530 if (r.attachedToProcess()) { in scheduleUpdatePictureInPictureModeIfNeeded()
2549 if (r.attachedToProcess()) { in updatePictureInPictureMode()
2663 if (r.attachedToProcess() in handleMessage()
DActivityStack.java1692 if (prev.attachedToProcess()) { in startPausingLocked()
2181 if (!r.attachedToProcess()) { in ensureActivitiesVisibleLocked()
2422 if (r.attachedToProcess()) { in makeInvisible()
2503 if (waitingActivity.attachedToProcess()) { in notifyActivityDrawnLocked()
2757 if (next.attachedToProcess()) { in resumeTopActivityInnerLocked()
2873 if (next.attachedToProcess()) { in resumeTopActivityInnerLocked()
3626 if (mResumedActivity == r && r.attachedToProcess()) { in sendActivityResultLocked()
3760 if (r.attachedToProcess()) { in stopActivityLocked()
4244 if (!srec.attachedToProcess()) { in navigateUpToLocked()
DActivityTaskManagerService.java1106 if (!r.attachedToProcess()) { in startNextMatchingActivity()
1723 if (r.attachedToProcess() in activityStopped()
3009 if (r != null && r.attachedToProcess()) { in notifyEnterAnimationComplete()
3591 if (!activity.attachedToProcess()) { in enqueueAssistContext()
3611 if (!activity.attachedToProcess()) { in enqueueAssistContext()
5053 if (r.attachedToProcess()) { in dumpActivity()
6631 if (!activity.attachedToProcess()) { in getTopActivityForTask()
DActivityStarter.java1341 r.attachedToProcess() ? LAUNCH_STATE_HOT : LAUNCH_STATE_COLD; in startActivityMayWait()
1631 && top.attachedToProcess() in startActivityUnchecked()
DTaskRecord.java1226 if (r.attachedToProcess()) { in getNumRunningActivities()
/frameworks/base/services/
Dart-profile14765 HSPLcom/android/server/wm/ActivityRecord;->attachedToProcess()Z