Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DCacheOomRanker.java49 static final int DEFAULT_PRESERVE_TOP_N_APPS = 3; field in CacheOomRanker
93 int mPreserveTopNApps = DEFAULT_PRESERVE_TOP_N_APPS;
211 KEY_OOM_RE_RANKING_PRESERVE_TOP_N_APPS, DEFAULT_PRESERVE_TOP_N_APPS); in updatePreserveTopNApps()
216 preserveTopNApps = DEFAULT_PRESERVE_TOP_N_APPS; in updatePreserveTopNApps()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DCacheOomRankerTest.java162 Integer.toString(CacheOomRanker.DEFAULT_PRESERVE_TOP_N_APPS + 1), in init_listensForConfigChanges()
166 .isEqualTo(CacheOomRanker.DEFAULT_PRESERVE_TOP_N_APPS + 1); in init_listensForConfigChanges()