Searched refs:isInterestingToUserLocked (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java516 * to the user. See HistoryRecord.isInterestingToUserLocked()
518 public boolean isInterestingToUserLocked() { method in class:ProcessRecord
522 if (r.isInterestingToUserLocked()) {
H A DAppErrors.java785 isSilentANR = !showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID;
H A DActivityRecord.java1312 public boolean isInterestingToUserLocked() { method in class:ActivityRecord
H A DActivityManagerService.java13786 .append(process.isInterestingToUserLocked() ? "Yes" : "No")

Completed in 124 milliseconds