Home
last modified time | relevance | path

Searched refs:containsCycle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java323 app.containsCycle = false; in updateOomAdjLocked()
334 retryCycles |= app.containsCycle; in updateOomAdjLocked()
425 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()
433 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()
769 app.containsCycle = true; in computeOomAdjLocked()
1639 if (client.containsCycle) { in shouldSkipDueToCycle()
1643 app.containsCycle = true; in shouldSkipDueToCycle()
DProcessRecord.java215 … boolean containsCycle; // Whether this app has encountered a cycle in the most recent update field in ProcessRecord