Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DISubPlan.java41 public void serialize(OutputStream xmlOutputStream) throws IOException; in serialize() method
DSubPlan.java126 public void serialize(OutputStream stream) throws IOException { in serialize() method in SubPlan
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java71 subPlan.serialize(subPlanOutputStream); in testSerialization()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java194 subPlan.serialize(new BufferedOutputStream(new FileOutputStream(mSubPlanFile))); in createAndSerializeSubPlan()