Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java1276 boolean shouldNotKillOnBgRestrictedAndIdle() { in shouldNotKillOnBgRestrictedAndIdle() method in ProcessStateRecord
DOomAdjuster.java3603 if (state.isCached() && !state.shouldNotKillOnBgRestrictedAndIdle()) { in applyOomAdjLSP()
3624 state.setSetNoKillOnBgRestrictedAndIdle(state.shouldNotKillOnBgRestrictedAndIdle()); in applyOomAdjLSP()
DProcessList.java5498 || !app.isCached() || app.mState.shouldNotKillOnBgRestrictedAndIdle()
/frameworks/base/services/
Dart-wear-profile7046 PLcom/android/server/am/ProcessStateRecord;->shouldNotKillOnBgRestrictedAndIdle()Z