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

/frameworks/base/core/java/android/app/
H A DActivityManager.java1424 * Constant for {@link #importance}: this is a persistent process.
1431 * Constant for {@link #importance}: this process is running the
1437 * Constant for {@link #importance}: this process is running something
1444 * Constant for {@link #importance}: this process is running something
1451 * Constant for {@link #importance}: this process is running an
1459 * Constant for {@link #importance}: this process is contains services
1465 * Constant for {@link #importance}: this process process contains
1471 * Constant for {@link #importance}: this process is empty of any
1477 * The relative importance level that the system places on this
1484 public int importance; field in class:ActivityManager.RunningAppProcessInfo
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java788 int importance; field in class:ActivityManagerService.ProcessChangeItem
2416 + item.pid + " uid=" + item.uid + ": " + item.importance);
2418 item.importance);
8783 outInfo.importance = oomAdjToImportance(adj, outInfo);
8819 //Slog.v(TAG, "Proc " + app.processName + ": imp=" + currApp.importance
12628 // Determine the importance of the process, starting with most
13140 int importance = app.memImportance;
13141 if (importance == 0 || adj != app.curAdj || schedGroup != app.curSchedGroup) {
13147 // background importance.
13148 importance
[all...]

Completed in 547 milliseconds