Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java435 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord
439 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
DActivityRecord.java983 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
DActivityManagerService.java4094 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()