Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecResourceTest.java118 ProcessInfo lowPriorityProcess = createLowPriorityProcess(); in testLowerPriorityProcessFailsToReclaimResources() local
119 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() local
206 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()