Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java463 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord
467 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
DActivityRecord.java1027 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
DActivityManagerService.java5064 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()