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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java63 int hiddenAdj; // If hidden, this is the adjustment to use field in class:ProcessRecord
204 pw.print(" hidden="); pw.print(hiddenAdj);
335 hiddenAdj = clientHiddenAdj = emptyAdj = ProcessList.HIDDEN_APP_MIN_ADJ;
H A DActivityManagerService.java10140 pw.print(" hidden="); pw.print(r.hiddenAdj);
12569 private final int computeOomAdjLocked(ProcessRecord app, int hiddenAdj, int clientHiddenAdj, argument
12578 app.curAdj = app.curRawAdj = app.nonStoppingAdj = hiddenAdj;
12678 adj = hiddenAdj;
12722 if (adj == hiddenAdj && !app.hasActivities) {
12860 int myHiddenAdj = hiddenAdj;
12861 if (myHiddenAdj > client.hiddenAdj) {
12862 if (client.hiddenAdj >= ProcessList.VISIBLE_APP_ADJ) {
12863 myHiddenAdj = client.hiddenAdj;
13006 if (adj > hiddenAdj) {
13467 updateOomAdjLocked(ProcessRecord app, int hiddenAdj, int clientHiddenAdj, int emptyAdj, ProcessRecord TOP_APP, boolean doingAll) argument
[all...]

Completed in 29 milliseconds