Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java503 if (r != null && r.hasProcess()) { in onFixedRotationStatePrepared()
H A DActivityRecord.java994 if (!hasProcess()) {
2291 boolean hasProcess() { in hasProcess() method in ActivityRecord
2296 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()) {
H A DRootWindowContainer.java2739 if (activity.hasProcess()) { in rankTaskLayers()
3108 if (!r.hasProcess()) {
3131 final boolean noProcess = !r.hasProcess();
H A DActivityTaskSupervisor.java1896 && !task.mKillProcessesOnDestroyed && top.hasProcess()) { in cleanUpRemovedTask()
2801 if (r.hasProcess()) { in handleMessageInner()
H A DActivityClientController.java172 if (stopProfiling && r.hasProcess()) { in activityIdle()
H A DActivityTaskManagerService.java4306 if (r.hasProcess()) { in dumpActivity()
4692 if (r == null || !r.hasProcess()) { in getInputDispatchingTimeoutMillisLocked()
/aosp14/frameworks/base/services/
H A Dart-profile10502 HSPLcom/android/server/wm/ActivityRecord;->hasProcess()Z