Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/src/com/android/tests/sdksandbox/host/
DSdkSandboxLifecycleHostTest.java351 int sandboxOomScoreAdj1 = getOomScoreAdj(SANDBOX_1_PROCESS_NAME); in testBackgroundingAppReducesSandboxPriority() local
354 assertThat(sandboxOomScoreAdj1).isAtLeast(appOomScoreAdj1); in testBackgroundingAppReducesSandboxPriority()
370 assertThat(sandboxOomScoreAdj2).isGreaterThan(sandboxOomScoreAdj1); in testBackgroundingAppReducesSandboxPriority()