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

/frameworks/base/core/java/android/app/
H A DIProcessObserver.aidl23 void onImportanceChanged(int pid, int uid, int importance);
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.java787 int importance; field in class:ActivityManagerService.ProcessChangeItem
2415 + item.pid + " uid=" + item.uid + ": " + item.importance);
2417 item.importance);
8794 outInfo.importance = oomAdjToImportance(adj, outInfo);
8830 //Slog.v(TAG, "Proc " + app.processName + ": imp=" + currApp.importance
12639 // Determine the importance of the process, starting with most
13151 int importance = app.memImportance;
13152 if (importance == 0 || adj != app.curAdj || schedGroup != app.curSchedGroup) {
13158 // background importance.
13159 importance
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java416 public void onImportanceChanged(int pid, int uid, int importance) {

Completed in 113 milliseconds