Searched refs:attachedToProcess (Results 1 – 14 of 14) sorted by relevance
120 if (targetActivity.attachedToProcess()) { in preloadRecentsActivity()152 if (!targetActivity.attachedToProcess()) { in preloadRecentsActivity()
195 if (!r.attachedToProcess()) { in setActivityVisibilityState()
1375 if (client && r.attachedToProcess()) { in dumpActivity()1435 if (!attachedToProcess()) { in scheduleActivityMovedToDisplay()1454 if (!attachedToProcess()) { in scheduleConfigurationChanged()1471 if (!attachedToProcess()) { in scheduleTopResumedActivityChanged()2295 boolean attachedToProcess() { in attachedToProcess() method in ActivityRecord4790 if (isState(RESUMED) && attachedToProcess()) { in sendResult()4893 && attachedToProcess()) { in deliverNewIntentLocked()6428 if (!attachedToProcess()) { in stopIfPossible()9603 if (!attachedToProcess()) {9900 if (!attachedToProcess()) {[all …]
1274 if (next.attachedToProcess()) { in resumeTopActivity()1394 if (next.attachedToProcess()) { in resumeTopActivity()1669 if (prev.attachedToProcess()) { in startPausing()1772 } else if (prev.attachedToProcess()) { in completePause()
2347 needNL = client && r.attachedToProcess(); in dumpHistoryList()2570 if (r.attachedToProcess()) { in scheduleUpdateMultiWindowMode()2592 if (!r.attachedToProcess()) return; in scheduleUpdatePictureInPictureModeIfNeeded()2708 if (r.attachedToProcess() && r.isState(RESTARTING_PROCESS)) { in handleMessage()
583 if (r == null || r.isVisibleRequested() || !r.attachedToProcess() in startExistingRecents()
1339 if (!r.attachedToProcess()) { in startNextMatchingActivity()3346 if (!activity.attachedToProcess()) { in enqueueAssistContext()3366 if (!activity.attachedToProcess()) { in enqueueAssistContext()6227 if (token == null && list.get(0).attachedToProcess()) { in getAttachedNonFinishingActivityForTask()6236 if (record.shareableActivityToken == token && record.attachedToProcess()) { in getAttachedNonFinishingActivityForTask()
247 if (r.attachedToProcess() && r.isState(RESTARTING_PROCESS)) { in activityStopped()
341 transitionType = !newActivityCreated && r.attachedToProcess() in create()
4952 if (waitingActivity.attachedToProcess()) {5454 if (!srec.attachedToProcess()) {
2367 && top.attachedToProcess() in deliverToCurrentTopIfNeeded()
1084 if (atoken.attachedToProcess()) {
1193 doReturn(true).when(bottomActivity).attachedToProcess(); in testCompletePauseOnResumeWhilePausingActivity()1439 doReturn(false).when(nonTopVisibleActivity).attachedToProcess(); in testNonTopVisibleActivityNotResume()
10452 HSPLcom/android/server/wm/ActivityRecord;->attachedToProcess()Z