Searched refs:hasProcess (Results 1 – 9 of 9) sorted by relevance
101 return mActivity.hasProcess() ? mActivity.app.getPid() : -1; in getActivityPid()
507 if (r != null && r.hasProcess()) { in onFixedRotationStatePrepared()
816 if (hasProcess()) {1788 boolean hasProcess() { in hasProcess() method in ActivityRecord1793 return hasProcess() && app.hasThread(); in attachedToProcess()3235 + ", app=" + (hasProcess() ? app.mName : "(null)")); in destroyImmediately()3251 if (hasProcess()) { in destroyImmediately()5672 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()6086 !hasProcess() || app.getPid() == windowPid || windowPid == INVALID_PID; in inputDispatchingTimedOut()6187 if (finishing || !hasProcess()) { in isDestroyable()8294 if (!hasProcess() in restartProcessIfVisible()8639 if (hasProcess()) { in dumpDebug()
1901 if (r.hasProcess() && fgApp != null && r.app != fgApp in updatePreviousProcess()2734 if (activity.hasProcess()) { in rankTaskLayers()3246 if (!r.hasProcess()) {3268 final boolean noProcess = !r.hasProcess();
130 if (stopProfiling && r.hasProcess()) { in activityIdle()
2507 if (r.hasProcess()) { in handleMessageInner()
3943 if (r.hasProcess()) { in dumpActivity()4293 if (r == null || !r.hasProcess()) { in getInputDispatchingTimeoutMillisLocked()
5859 } else if (prev.hasProcess()) {
44028 HSPLcom/android/server/wm/ActivityRecord;->hasProcess()Z