Searched refs:hasProcess (Results 1 – 7 of 7) sorted by relevance
101 return mActivity.hasProcess() ? mActivity.app.getPid() : -1; in getActivityPid()
709 if (hasProcess()) {1709 boolean hasProcess() { in hasProcess() method1714 return hasProcess() && app.hasThread(); in attachedToProcess()2843 + ", app=" + (hasProcess() ? app.mName : "(null)")); in destroyImmediately()2861 if (hasProcess()) { in destroyImmediately()4908 if (hasProcess()) { in completeResumeLocked()5170 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()5564 !hasProcess() || app.getPid() == windowPid || windowPid == INVALID_PID; in keyDispatchingTimedOut()5668 if (finishing || !hasProcess()) { in isDestroyable()6438 if (!hasProcess() && !isConfigurationCompatible(parentConfig)) { in updateSizeCompatMode()[all …]
1176 } else if (prev.hasProcess()) { in completePauseLocked()1230 if (prev.hasProcess() && prev.cpuTimeAtResume > 0) { in completePauseLocked()
1810 if (stopProfiling && r.hasProcess()) { in activityIdle()5060 if (r.hasProcess()) { in dumpActivity()5390 if (r == null || !r.hasProcess()) { in getInputDispatchingTimeoutLocked()
2439 if (r.hasProcess()) { in handleMessageInner()
1921 if (r.hasProcess() && fgApp != null && r.app != fgApp in updatePreviousProcess()
34791 HSPLcom/android/server/wm/ActivityRecord;->hasProcess()Z