Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java117 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() argument
120 stream.write(configStr.getBytes()); in createFileFromStr()
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigHandlerTest.java125 private File createFileFromStr(String configStr, String module) throws IOException { in createFileFromStr() argument
130 stream.write(configStr.getBytes()); in createFileFromStr()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java285 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() argument
288 stream.write(configStr.getBytes()); in createFileFromStr()