Home
last modified time | relevance | path

Searched refs:isInterestingToUserLocked (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java679 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord
1534 isInterestingToUserLocked() in appNotResponding()
1624 return isInterestingToUserLocked() || in isInterestingForBackgroundTraces()
DActivityManagerService.java9245 r != null ? (r.isInterestingToUserLocked() in handleApplicationCrashInner()
9558 .append(process.isInterestingToUserLocked() ? "Yes" : "No") in addErrorToDropBox()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java634 if (r.isInterestingToUserLocked()) { in isInterestingToUser()
DActivityRecord.java2519 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ActivityRecord
/frameworks/base/services/
Dart-profile3536 HSPLcom/android/server/am/ProcessRecord;->isInterestingToUserLocked()Z