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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java433 * to the user. See HistoryRecord.isInterestingToUserLocked()
435 public boolean isInterestingToUserLocked() { method in class:ProcessRecord
439 if (r.isInterestingToUserLocked()) {
H A DActivityRecord.java983 public boolean isInterestingToUserLocked() { method in class:ActivityRecord
H A DActivityManagerService.java4094 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) {

Completed in 166 milliseconds