Searched refs:isInterestingToUserLocked (Results 1 – 3 of 3) sorted by relevance
352 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method in ProcessRecord356 if (r.isInterestingToUserLocked()) { in isInterestingToUserLocked()
911 public boolean isInterestingToUserLocked() { in isInterestingToUserLocked() method
3373 if (!showBackground && !app.isInterestingToUserLocked() && app.pid != MY_PID) { in appNotResponding()