Searched refs:hasProcess (Results 1 – 7 of 7) sorted by relevance
503 if (r != null && r.hasProcess()) { in onFixedRotationStatePrepared()
994 if (!hasProcess()) {2291 boolean hasProcess() { in hasProcess() method in ActivityRecord2296 return hasProcess() && app.hasThread(); in attachedToProcess()3869 + ", app=" + (hasProcess() ? app.mName : "(null)")); in destroyImmediately()3885 if (hasProcess()) { in destroyImmediately()6596 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()7046 blameActivityProcess = hasProcess() in inputDispatchingTimedOut()7146 if (finishing || !hasProcess()) { in isDestroyable()9914 if (!hasProcess()10345 if (hasProcess()) {
2739 if (activity.hasProcess()) { in rankTaskLayers()3108 if (!r.hasProcess()) {3131 final boolean noProcess = !r.hasProcess();
1896 && !task.mKillProcessesOnDestroyed && top.hasProcess()) { in cleanUpRemovedTask()2801 if (r.hasProcess()) { in handleMessageInner()
172 if (stopProfiling && r.hasProcess()) { in activityIdle()
4306 if (r.hasProcess()) { in dumpActivity()4692 if (r == null || !r.hasProcess()) { in getInputDispatchingTimeoutMillisLocked()
10502 HSPLcom/android/server/wm/ActivityRecord;->hasProcess()Z