Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java615 mApp.isInterestingToUserLocked() in appNotResponding()
743 return mApp.isInterestingToUserLocked() in isInterestingForBackgroundTraces()
DProcessRecord.java1206 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord
DActivityManagerService.java9422 r != null ? (r.isInterestingToUserLocked() in handleApplicationCrashInner()
9903 .append(process.isInterestingToUserLocked() ? "Yes" : "No") in addErrorToDropBox()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java983 if (r.isInterestingToUserLocked()) { in isInterestingToUser()
1005 if (r.isInterestingToUserLocked()) { in hasEmbeddedWindow()
DActivityRecord.java7312 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ActivityRecord
/frameworks/base/services/
Dart-wear-profile6824 PLcom/android/server/am/ProcessRecord;->isInterestingToUserLocked()Z