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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17641 boolean doingAll, long now) {
17960 TOP_APP, doingAll, now);
18133 int clientAdj = computeOomAdjLocked(client, cachedAdj, TOP_APP, doingAll, now);
18238 if (doingAll) {
18663 private final boolean applyOomAdjLocked(ProcessRecord app, boolean doingAll, long now, argument
18792 if (!doingAll) {
18954 ProcessRecord TOP_APP, boolean doingAll, long now) {
18959 computeOomAdjLocked(app, cachedAdj, TOP_APP, doingAll, now);
18961 return applyOomAdjLocked(app, doingAll, now, SystemClock.elapsedRealtime());
17640 computeOomAdjLocked(ProcessRecord app, int cachedAdj, ProcessRecord TOP_APP, boolean doingAll, long now) argument
18953 updateOomAdjLocked(ProcessRecord app, int cachedAdj, ProcessRecord TOP_APP, boolean doingAll, long now) argument

Completed in 70 milliseconds