Searched refs:getOomScoreAdj (Results 1 – 2 of 2) sorted by relevance
351 int sandboxOomScoreAdj1 = getOomScoreAdj(SANDBOX_1_PROCESS_NAME); in testBackgroundingAppReducesSandboxPriority()352 int appOomScoreAdj1 = getOomScoreAdj(APP_PACKAGE); in testBackgroundingAppReducesSandboxPriority()367 int sandboxOomScoreAdj2 = getOomScoreAdj(SANDBOX_1_PROCESS_NAME); in testBackgroundingAppReducesSandboxPriority()368 int appOomScoreAdj2 = getOomScoreAdj(APP_PACKAGE); in testBackgroundingAppReducesSandboxPriority()385 int sandboxOomScoreAdj3 = getOomScoreAdj(SANDBOX_1_PROCESS_NAME); in testBackgroundingAppReducesSandboxPriority()386 int appOomScoreAdj3 = getOomScoreAdj(APP_PACKAGE); in testBackgroundingAppReducesSandboxPriority()491 private int getOomScoreAdj(String processName) throws DeviceNotAvailableException { in getOomScoreAdj() method in SdkSandboxLifecycleHostTest
52 a -> a.getOomScoreAdj()