Searched refs:attachedToProcess (Results 1 – 8 of 8) sorted by relevance
113 if (targetActivity.attachedToProcess()) { in preloadRecentsActivity()133 if (!targetActivity.attachedToProcess()) { in preloadRecentsActivity()
675 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 ActivityRecord1613 && attachedToProcess()) { in deliverNewIntentLocked()2529 if (attachedToProcess()) { in setSleeping()3268 if (!attachedToProcess()) { in ensureActivityConfiguration()3298 if (!attachedToProcess()) { in ensureActivityConfiguration()[all …]
2265 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()
1695 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()
1109 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()
1351 r.attachedToProcess() ? LAUNCH_STATE_HOT : LAUNCH_STATE_COLD; in startActivityMayWait()1649 && top.attachedToProcess() in startActivityUnchecked()
1226 if (r.attachedToProcess()) { in getNumRunningActivities()
14765 HSPLcom/android/server/wm/ActivityRecord;->attachedToProcess()Z