Searched refs:testCaseFilename (Results 1 – 1 of 1) sorted by relevance
1418 final String testCaseFilename = APP_DIR + CASE_LIST_FILE_NAME; in executeTestRunBatchRun() local1419 mDevice.executeShellCommand("rm " + testCaseFilename); in executeTestRunBatchRun()1421 if (!mDevice.pushString(testCases + "\n", testCaseFilename)) { in executeTestRunBatchRun()1422 throw new RuntimeException("Failed to write test cases to " + testCaseFilename); in executeTestRunBatchRun()