Searched refs:isInterestingToUserLocked (Results 1 – 3 of 3) sorted by relevance
435 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord439 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
983 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
4094 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()