Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java592 mApp.isInterestingToUserLocked() in appNotResponding()
722 return mApp.isInterestingToUserLocked() in isInterestingForBackgroundTraces()
H A DProcessRecord.java1130 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord
H A DActivityManagerService.java8959 r != null ? (r.isInterestingToUserLocked() in handleApplicationCrashInner()
9425 .append(process.isInterestingToUserLocked() ? "Yes" : "No") in addErrorToDropBox()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java928 if (r.isInterestingToUserLocked()) { in isInterestingToUser()
950 if (r.isInterestingToUserLocked()) { in hasEmbeddedWindow()
H A DActivityRecord.java7096 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ActivityRecord