Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DOomAdjusterTests.java66 private final PlatformCompatCache mPlatformCompatCache; field in OomAdjusterTests.MyOomAdjuster
71 mPlatformCompatCache = new MyPlatformCompatCache(new long[]{}); in MyOomAdjuster()
88 return mPlatformCompatCache; in getPlatformCompatCache()
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java259 private final PlatformCompatCache mPlatformCompatCache; field in OomAdjuster
368 return mPlatformCompatCache; in getPlatformCompatCache()
422 mPlatformCompatCache = new PlatformCompatCache(new long[] { in OomAdjuster()