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.java10129 pw.print(" hidden="); pw.print(r.hiddenAdj);
12558 private final int computeOomAdjLocked(ProcessRecord app, int hiddenAdj, int clientHiddenAdj, argument
12567 app.curAdj = app.curRawAdj = app.nonStoppingAdj = hiddenAdj;
12667 adj = hiddenAdj;
12711 if (adj == hiddenAdj && !app.hasActivities) {
12849 int myHiddenAdj = hiddenAdj;
12850 if (myHiddenAdj > client.hiddenAdj) {
12851 if (client.hiddenAdj >= ProcessList.VISIBLE_APP_ADJ) {
12852 myHiddenAdj = client.hiddenAdj;
12995 if (adj > hiddenAdj) {
13456 updateOomAdjLocked(ProcessRecord app, int hiddenAdj, int clientHiddenAdj, int emptyAdj, ProcessRecord TOP_APP, boolean doingAll) argument
[all...]

Completed in 83 milliseconds