Home
last modified time | relevance | path

Searched refs:mKeepWarming (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java197 boolean mKeepWarming; // Whether or not it'll keep critical code path of the host warm field in ServiceRecord
847 mKeepWarming = ams.mConstants.KEEP_WARMING_SERVICES.contains(name) in updateKeepWarmLocked()
DOomAdjuster.java1892 if (!s.mKeepWarming && state.hasShownUi() && !state.getCachedIsHomeProcess()) { in computeOomAdjLSP()
1901 if (s.mKeepWarming in computeOomAdjLSP()