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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java8742 static int oomAdjToImportance(int adj, ActivityManager.RunningAppProcessInfo currApp) { argument
8744 if (currApp != null) {
8745 currApp.lru = adj - ProcessList.HIDDEN_APP_MIN_ADJ + 1;
8751 if (currApp != null) {
8752 currApp.lru = 0;
8804 ActivityManager.RunningAppProcessInfo currApp =
8807 fillInProcMemInfo(app, currApp);
8809 currApp.importanceReasonPid = ((ProcessRecord)app.adjSource).pid;
8810 currApp.importanceReasonImportance = oomAdjToImportance(
8814 if (r.app != null) currApp
[all...]

Completed in 25 milliseconds