Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java368 int appOomScoreAdj2 = getOomScoreAdj(APP_PACKAGE); in testBackgroundingAppReducesSandboxPriority() local
371 assertThat(appOomScoreAdj2).isGreaterThan(appOomScoreAdj1); in testBackgroundingAppReducesSandboxPriority()
374 assertThat(sandboxOomScoreAdj2).isAtLeast(appOomScoreAdj2); in testBackgroundingAppReducesSandboxPriority()
387 assertThat(appOomScoreAdj3).isAtLeast(appOomScoreAdj2); in testBackgroundingAppReducesSandboxPriority()