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.java352 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord
356 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
DActivityRecord.java911 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
DActivityManagerService.java3373 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()