HomeSort by relevance Sort by last modified time
    Searched defs:testFiles (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
BP2TestCaseHelper.java 221 File testFiles[] = dir.listFiles(new FilenameFilter() {
228 for (File testFile : testFiles) {
  /sdk/manifmerger/tests/src/com/android/manifmerger/
ManifestMergerTestCase.java 69 static class TestFiles {
78 public TestFiles(
149 * @return A new {@link TestFiles} instance. Never null.
154 TestFiles loadTestData() throws Exception {
186 * @return A new {@link TestFiles} instance. Must not be null.
190 TestFiles loadTestData(@NonNull String filename) throws Exception {
315 return new TestFiles(
348 * invokes {@link #processTestFiles(TestFiles)} to test them.
351 * @see #processTestFiles(TestFiles)
358 * Processes the data from the given {@link TestFiles} b
    [all...]

Completed in 636 milliseconds