Searched refs:isInterestingToUserLocked (Results 1 – 3 of 3) sorted by relevance
479 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord483 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
1078 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
5027 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()