Home
last modified time | relevance | path

Searched refs:hasProcess (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowToken.java497 if (r != null && r.hasProcess()) { in onFixedRotationStatePrepared()
DActivityRecord.java1048 if (!hasProcess()) {
2444 boolean hasProcess() { in hasProcess() method in ActivityRecord
2449 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()) {
DRootWindowContainer.java2950 if (activity.hasProcess()) { in rankTaskLayers()
3327 if (!r.hasProcess()) {
3350 final boolean noProcess = !r.hasProcess();
DActivityTaskSupervisor.java1794 && !task.mKillProcessesOnDestroyed && top.hasProcess()) { in cleanUpRemovedTask()
2723 if (r.hasProcess()) { in handleMessageInner()
DActivityClientController.java187 if (stopProfiling && r.hasProcess()) { in activityIdle()
DActivityTaskManagerService.java4459 if (r.hasProcess()) { in dumpActivity()
4882 if (r == null || !r.hasProcess()) { in getInputDispatchingTimeoutMillisLocked()
/frameworks/base/services/
Dart-wear-profile25615 HPLcom/android/server/wm/ActivityRecord;->hasProcess()Z