Searched refs:attachedToProcess (Results 1 – 13 of 13) sorted by relevance
119 if (targetActivity.attachedToProcess()) { in preloadRecentsActivity()146 if (!targetActivity.attachedToProcess()) { in preloadRecentsActivity()
190 if (!r.attachedToProcess()) { in setActivityVisibilityState()
1228 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 ActivityRecord4332 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 …]
2009 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()
1072 if (next.attachedToProcess()) { in resumeTopActivity()1191 if (next.attachedToProcess()) { in resumeTopActivity()1462 if (prev.attachedToProcess()) { in startPausing()
201 if (r.attachedToProcess() && r.isState(RESTARTING_PROCESS)) { in activityStopped()
1292 if (!r.attachedToProcess()) { in startNextMatchingActivity()3175 if (!activity.attachedToProcess()) { in enqueueAssistContext()3195 if (!activity.attachedToProcess()) { in enqueueAssistContext()5783 if (!activity.attachedToProcess()) { in getTopActivityForTask()
269 transitionType = !newActivityCreated && r.attachedToProcess() in create()
3750 if (r.attachedToProcess()) {4928 if (waitingActivity.attachedToProcess()) {5404 if (!srec.attachedToProcess()) {
2106 && top.attachedToProcess() in deliverToCurrentTopIfNeeded()
1136 if (atoken.attachedToProcess()) {
1305 doReturn(true).when(bottomActivity).attachedToProcess(); in testCompletePauseOnResumeWhilePausingActivity()1549 doReturn(false).when(nonTopVisibleActivity).attachedToProcess(); in testNonTopVisibleActivityNotResume()
43901 HSPLcom/android/server/wm/ActivityRecord;->attachedToProcess()Z+]Lcom/android/server/wm/WindowProce…