Searched refs:isInterestingToUserLocked (Results 1 – 3 of 3) sorted by relevance
463 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord467 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
1027 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
5064 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()