Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecResourceTest.java91 ProcessInfo processInfo = createLowPriorityProcess(); in testCreateCodecForAnotherProcessWithoutPermissionsThrows()
118 ProcessInfo lowPriorityProcess = createLowPriorityProcess(); in testLowerPriorityProcessFailsToReclaimResources()
205 ProcessInfo lowPriorityProcess = createLowPriorityProcess(); in testHigherPriorityProcessReclaimsResources()
311 private ProcessInfo createLowPriorityProcess() { in createLowPriorityProcess() method in MediaCodecResourceTest