Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java352 int appOomScoreAdj1 = getOomScoreAdj(APP_PACKAGE); in testBackgroundingAppReducesSandboxPriority() local
354 assertThat(sandboxOomScoreAdj1).isAtLeast(appOomScoreAdj1); in testBackgroundingAppReducesSandboxPriority()
371 assertThat(appOomScoreAdj2).isGreaterThan(appOomScoreAdj1); in testBackgroundingAppReducesSandboxPriority()