Searched refs:shouldNotKillOnBgRestrictedAndIdle (Results 1 – 4 of 4) sorted by relevance
1276 boolean shouldNotKillOnBgRestrictedAndIdle() { in shouldNotKillOnBgRestrictedAndIdle() method in ProcessStateRecord
3603 if (state.isCached() && !state.shouldNotKillOnBgRestrictedAndIdle()) { in applyOomAdjLSP()3624 state.setSetNoKillOnBgRestrictedAndIdle(state.shouldNotKillOnBgRestrictedAndIdle()); in applyOomAdjLSP()
5498 || !app.isCached() || app.mState.shouldNotKillOnBgRestrictedAndIdle()
7046 PLcom/android/server/am/ProcessStateRecord;->shouldNotKillOnBgRestrictedAndIdle()Z