Searched refs:pathInApp (Results 1 - 1 of 1) sorted by relevance

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java110 * @param pathInApp The path, relative to the root of the application under test
115 protected String extract(String pathInApp, Location location) throws IOException { argument
116 File file = new File(testFolder, pathInApp);

Completed in 21 milliseconds