Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java367 int sandboxOomScoreAdj2 = getOomScoreAdj(SANDBOX_1_PROCESS_NAME); in testBackgroundingAppReducesSandboxPriority() local
370 assertThat(sandboxOomScoreAdj2).isGreaterThan(sandboxOomScoreAdj1); in testBackgroundingAppReducesSandboxPriority()
374 assertThat(sandboxOomScoreAdj2).isAtLeast(appOomScoreAdj2); in testBackgroundingAppReducesSandboxPriority()
388 assertThat(sandboxOomScoreAdj3).isAtLeast(sandboxOomScoreAdj2); in testBackgroundingAppReducesSandboxPriority()