Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java70 OutputStream subPlanOutputStream = new FileOutputStream(subPlanFile); in testSerialization() local
71 subPlan.serialize(subPlanOutputStream); in testSerialization()
72 subPlanOutputStream.close(); in testSerialization()