Searched refs:hasProcess (Results 1 – 7 of 7) sorted by relevance
497 if (r != null && r.hasProcess()) { in onFixedRotationStatePrepared()
1048 if (!hasProcess()) {2444 boolean hasProcess() { in hasProcess() method in ActivityRecord2449 return hasProcess() && app.hasThread(); in attachedToProcess()4081 + ", app=" + (hasProcess() ? app.mName : "(null)")); in destroyImmediately()4098 if (hasProcess()) { in destroyImmediately()6828 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()7262 blameActivityProcess = hasProcess() in inputDispatchingTimedOut()7365 if (finishing || !hasProcess()) { in isDestroyable()10301 if (!hasProcess()10706 if (hasProcess()) {
2950 if (activity.hasProcess()) { in rankTaskLayers()3327 if (!r.hasProcess()) {3350 final boolean noProcess = !r.hasProcess();
1794 && !task.mKillProcessesOnDestroyed && top.hasProcess()) { in cleanUpRemovedTask()2723 if (r.hasProcess()) { in handleMessageInner()
187 if (stopProfiling && r.hasProcess()) { in activityIdle()
4459 if (r.hasProcess()) { in dumpActivity()4882 if (r == null || !r.hasProcess()) { in getInputDispatchingTimeoutMillisLocked()
25615 HPLcom/android/server/wm/ActivityRecord;->hasProcess()Z