Searched refs:lowPriorityProcess (Results 1 – 1 of 1) sorted by relevance
118 ProcessInfo lowPriorityProcess = createLowPriorityProcess(); in testLowerPriorityProcessFailsToReclaimResources() local119 assertTrue("Unable to retrieve low priority process info.", lowPriorityProcess != null); in testLowerPriorityProcessFailsToReclaimResources()156 Log.i(TAG, "Creating MediaCodecs on behalf of pid " + lowPriorityProcess.pid); in testLowerPriorityProcessFailsToReclaimResources()162 lowPriorityProcess.pid, lowPriorityProcess.uid); in testLowerPriorityProcessFailsToReclaimResources()205 ProcessInfo lowPriorityProcess = createLowPriorityProcess(); in testHigherPriorityProcessReclaimsResources() local206 assertTrue("Unable to retrieve low priority process info.", lowPriorityProcess != null); in testHigherPriorityProcessReclaimsResources()215 Log.i(TAG, "Creating MediaCodecs on behalf of pid " + lowPriorityProcess.pid); in testHigherPriorityProcessReclaimsResources()222 lowPriorityProcess.pid, lowPriorityProcess.uid); in testHigherPriorityProcessReclaimsResources()