Searched refs:foregroundAppShownEnoughLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java231 // Temp output of foregroundAppShownEnoughLocked
877 boolean foregroundAppShownEnoughLocked(ActiveForegroundApp aa, long nowElapsed) { method in class:ActiveServices
936 boolean canRemove = foregroundAppShownEnoughLocked(aa, now);
1068 if (foregroundAppShownEnoughLocked(active, active.mEndTime)) {
1108 if (foregroundAppShownEnoughLocked(active, nowElapsed)) {

Completed in 15 milliseconds