Home
last modified time | relevance | path

Searched refs:shouldNotKillOnBgRestrictedAndIdle (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java1233 boolean shouldNotKillOnBgRestrictedAndIdle() { in shouldNotKillOnBgRestrictedAndIdle() method in ProcessStateRecord
H A DOomAdjuster.java3245 if (state.isCached() && !state.shouldNotKillOnBgRestrictedAndIdle()) { in applyOomAdjLSP()
3261 state.setSetNoKillOnBgRestrictedAndIdle(state.shouldNotKillOnBgRestrictedAndIdle()); in applyOomAdjLSP()
H A DProcessList.java5285 || !app.isCached() || app.mState.shouldNotKillOnBgRestrictedAndIdle()
/aosp14/frameworks/base/services/
H A Dart-profile2249 HSPLcom/android/server/am/ProcessStateRecord;->shouldNotKillOnBgRestrictedAndIdle()Z