Home
last modified time | relevance | path

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

/cts/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java85 File file = createFileFromStr(CORRECT_CONFIG); in testCorrectConfig()
100 File file = createFileFromStr(CONFIG_WRONG_NODE_NAME); in testConfigWithWrongNodeName()
111 private File createFileFromStr(String configStr) throws IOException { in createFileFromStr() method in DynamicConfigTest
/cts/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