Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java91 File file = createFileFromStr(CORRECT_CONFIG); in testCorrectConfig()
106 File file = createFileFromStr(CONFIG_WRONG_NODE_NAME); in testConfigWithWrongNodeName()
117 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() method in DynamicConfigTest
DBusinessLogicTest.java132 File file = createFileFromStr(CORRECT_LOGIC); in testCorrectLogic()
236 File file = createFileFromStr(CORRECT_LOGIC.replace("testName", "testNam3")); in testLogicWithWrongNodeName()
244 private static File createFileFromStr(String blString) throws IOException { in createFileFromStr() method in BusinessLogicTest
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigHandlerTest.java97 File localConfigFile = createFileFromStr(LOCAL_CONFIG, module); in testDynamicConfigHandler()
125 private File createFileFromStr(String configStr, String module) throws IOException { in createFileFromStr() method in DynamicConfigHandlerTest
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java189 File configFile = createFileFromStr(CONFIG_FILE_CONTENT); in testBuildRequestString()
285 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() method in BusinessLogicPreparerTest