Searched defs:isInterestingToUserLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java482 * to the user. See HistoryRecord.isInterestingToUserLocked()
484 public boolean isInterestingToUserLocked() { method in class:ProcessRecord
488 if (r.isInterestingToUserLocked()) {
H A DActivityRecord.java1078 public boolean isInterestingToUserLocked() { method in class:ActivityRecord

Completed in 45 milliseconds