Home | History | Annotate | Download | only in targetprep

Lines Matching refs:testFile

48     private File testFile = null;
60 testFile = FileUtil.createTempFile("File", ".apk", testDir);
74 testCollectionFiles.add(testFile);
75 testCollectionFiles.add(testFile);
89 testCollectionFiles.add(testFile);
90 FileUtil.recursiveDelete(testFile);
97 String refMessage = String.format("%s does not exist null", testFile.getAbsolutePath());
110 testCollectionFiles.add(testFile);
115 testFile.getAbsolutePath())).times(1);
127 testCollectionFiles.add(testFile);
133 testFile.getAbsolutePath())).times(1);
140 "Reason: %s (Permission denied) null", testFile.getAbsolutePath(),
141 SERIAL, testFile.getAbsolutePath());