Searched refs:getSetAdj (Results 1 – 12 of 12) sorted by relevance
926 assertEquals(PREVIOUS_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_AllowOomManagement()1130 assertEquals(BACKUP_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_BoundByBackup_AboveClient()1267 assertEquals(VISIBLE_APP_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoOne_Service_Other()2409 assertEquals(SERVICE_B_ADJ, app3.mState.getSetAdj()); in testUpdateOomAdj_DoAll_ServiceB()2410 assertEquals(SERVICE_ADJ, app2.mState.getSetAdj()); in testUpdateOomAdj_DoAll_ServiceB()2411 assertEquals(SERVICE_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoAll_ServiceB()2551 assertEquals(SERVICE_ADJ, app.mState.getSetAdj()); in testUpdateOomAdj_DoAll_Side_Cycle()2552 assertTrue(sFirstCachedAdj <= app2.mState.getSetAdj()); in testUpdateOomAdj_DoAll_Side_Cycle()2553 assertTrue(sFirstCachedAdj <= app3.mState.getSetAdj()); in testUpdateOomAdj_DoAll_Side_Cycle()2717 assertEquals(expectedAdj, state.getSetAdj()); in assertProcStates()[all …]
658 int getSetAdj() { in getSetAdj() method in ProcessRecord659 return mState.getSetAdj(); in getSetAdj()1207 "Killing " + toShortString() + " (adj " + mState.getSetAdj() in killLocked()1216 userId, mPid, processName, mState.getSetAdj(), reason); in killLocked()
219 int adj = mProcRecords.valueAt(i).getSetAdj(); in getMinProcAdj()
310 if (success && verifiedAdj != cpr.proc.mState.getSetAdj() in getContentProviderImpl()342 cpr.proc.mState.setVerifiedAdj(cpr.proc.mState.getSetAdj()); in getContentProviderImpl()1444 && r.mState.getSetAdj() <= ProcessList.PERCEPTIBLE_LOW_APP_ADJ) { in incProviderCountLocked()1801 + " (adj " + (proc != null ? proc.mState.getSetAdj() : "??") + ")", in removeDyingProviderLocked()
610 int getSetAdj() { in getSetAdj() method in ProcessProfileRecord
1111 } else if ((state.getSetAdj() >= CACHED_APP_MIN_ADJ) in assignCachedAdjIfNecessary()2996 if (state.getCurAdj() != state.getSetAdj()) { in applyOomAdjLSP()2997 mCachedAppOptimizer.onOomAdjustChanged(state.getSetAdj(), state.getCurAdj(), app); in applyOomAdjLSP()3000 if (state.getCurAdj() != state.getSetAdj()) { in applyOomAdjLSP()3524 } else if (state.getSetAdj() < CACHED_APP_MIN_ADJ) { in updateAppFreezeStateLSP()
2927 if (app.mState.getSetAdj() < minOomAdj) {4140 pw.print(makeOomAdjString(proc.mState.getSetAdj(), false));4405 final int adj = object2.first.mState.getSetAdj() - object1.first.mState.getSetAdj();4439 String oomAdj = makeOomAdjString(state.getSetAdj(), true);4491 proto.write(ProcessOomProto.Detail.SET_ADJ, state.getSetAdj());4542 String oomAdj = makeOomAdjString(state.getSetAdj(), false);4626 pw.print(" set="); pw.println(state.getSetAdj());
516 int getSetAdj() { in getSetAdj() method in ProcessStateRecord
1439 && app.mState.getSetAdj() >= ProcessList.CACHED_APP_MIN_ADJ) { in freezeAppAsyncInternalLSP()1819 if (proc.mState.getSetAdj() <= ProcessList.PERCEPTIBLE_APP_ADJ) { in shouldOomAdjThrottleCompaction()
1498 state.getSetAdj(), state.getSetProcState(), in doLowMemReportIfNeededLocked()1507 if (state.getSetAdj() <= ProcessList.HEAVY_WEIGHT_APP_ADJ) { in doLowMemReportIfNeededLocked()
3487 final int setAdj = app.mState.getSetAdj(); in appDiedLocked()4032 oomAdj = profile.getSetAdj(); in getProcessMemoryInfo()4071 if (profile.getThread() != null && profile.getSetAdj() == oomAdj) { in getProcessMemoryInfo()4118 oomAdj = proc != null ? proc.mState.getSetAdj() : 0; in getProcessPss()4133 if (profile.getThread() != null && profile.getSetAdj() == oomAdj) { in getProcessPss()8215 int type = proc.mState.getSetAdj(); in killPids()8241 int adj = proc.mState.getSetAdj(); in killPids()8330 final int adj = proc.mState.getSetAdj(); in killProcessesBelowAdj()
2203 HSPLcom/android/server/am/ProcessStateRecord;->getSetAdj()I