Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java2647 int clientAdj = cstate.getCurRawAdj(); in computeServiceHostOomAdjLSP() local
2741 if (clientAdj < CACHED_APP_MIN_ADJ) { in computeServiceHostOomAdjLSP()
2754 if (adj > clientAdj) { in computeServiceHostOomAdjLSP()
2763 clientAdj = adj; in computeServiceHostOomAdjLSP()
2773 if (adj > clientAdj) { in computeServiceHostOomAdjLSP()
2776 clientAdj = adj; in computeServiceHostOomAdjLSP()
2780 if (adj > clientAdj) { in computeServiceHostOomAdjLSP()
2789 && clientAdj > PERCEPTIBLE_APP_ADJ) { in computeServiceHostOomAdjLSP()
2798 if (clientAdj >= PERSISTENT_SERVICE_ADJ) { in computeServiceHostOomAdjLSP()
2799 newAdj = clientAdj; in computeServiceHostOomAdjLSP()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DServiceBindingOomAdjPolicyTest.java459 int clientProcState, int clientAdj, int clientCap, String clientPackageName, in performTestServiceDistinctBindingOomAdj() argument
469 clientAdj, in performTestServiceDistinctBindingOomAdj()