Home
last modified time | relevance | path

Searched refs:getOomScoreAdj (Results 1 – 2 of 2) 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()
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
/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/
DProcessMemorySnapshotConverter.java52 a -> a.getOomScoreAdj()