Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java356 SettingsSession<String> amConstantsSettings = null; in testAppFreezerWithAllowOomAdj() local
384 amConstantsSettings = new SettingsSession<>( in testAppFreezerWithAllowOomAdj()
388 amConstantsSettings.set( in testAppFreezerWithAllowOomAdj()
455 if (amConstantsSettings != null) { in testAppFreezerWithAllowOomAdj()
456 amConstantsSettings.close(); in testAppFreezerWithAllowOomAdj()
519 SettingsSession<String> amConstantsSettings = null; in testKillAppIfBgRestrictedCachedIdle() local
545 amConstantsSettings = new SettingsSession<>( in testKillAppIfBgRestrictedCachedIdle()
552 parser.setString(amConstantsSettings.get()); in testKillAppIfBgRestrictedCachedIdle()
560 amConstantsSettings.set( in testKillAppIfBgRestrictedCachedIdle()
693 if (amConstantsSettings != null) { in testKillAppIfBgRestrictedCachedIdle()
[all …]