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.java479 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord
483 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
DActivityRecord.java1078 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
DActivityManagerService.java5027 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()