Home
last modified time | relevance | path

Searched refs:isCurBoundByNonBgRestrictedApp (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java2666 state.setCurBoundByNonBgRestrictedApp(state.isCurBoundByNonBgRestrictedApp() in computeServiceHostOomAdjLSP()
2667 || cstate.isCurBoundByNonBgRestrictedApp() in computeServiceHostOomAdjLSP()
3127 state.setCurBoundByNonBgRestrictedApp(state.isCurBoundByNonBgRestrictedApp()
3128 || cstate.isCurBoundByNonBgRestrictedApp()
3575 final boolean curBoundByNonBgRestrictedApp = state.isCurBoundByNonBgRestrictedApp(); in applyOomAdjLSP()
3977 return app.mState.isCurBoundByNonBgRestrictedApp(); in getInitialIsCurBoundByNonBgRestrictedApp()
DProcessStateRecord.java1236 boolean isCurBoundByNonBgRestrictedApp() { in isCurBoundByNonBgRestrictedApp() method in ProcessStateRecord
/frameworks/base/services/
Dart-wear-profile6989 HPLcom/android/server/am/ProcessStateRecord;->isCurBoundByNonBgRestrictedApp()Z