Searched defs:testFile (Results 1 – 5 of 5) sorted by relevance
63 File testFile = new File(getContext().getFilesDir() + File.separator + fileName); in setUp() local
113 final File testFile = new File(mBuildHelper.getTestsDir(), FILE_NAME); in testTransferTime() local
90 public void testFile() throws Exception { in testFile() method in DeviceReportTest
241 public void setIncludeTestFile(File testFile) { in setIncludeTestFile()249 public void setExcludeTestFile(File testFile) { in setExcludeTestFile()
80 final File testFile = new File(mountDir, "test1.txt"); in doMountAndUnmountObbNormal() local