Home
last modified time | relevance | path

Searched refs:hrFolderPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/testutils/
DTestUtils.java135 AslMarshallableFactory<T> factory, String hrFolderPath, String fileName) { in hrToOdExpectException() argument
140 TestUtils.getElementsFromResource(Paths.get(hrFolderPath, fileName))); in hrToOdExpectException()
159 String hrFolderPath, in testHrToOd() argument
163 testFormatToFormat(doc, factory, hrFolderPath, odFolderPath, fileName, true); in testHrToOd()
171 String hrFolderPath, in testOdToHr() argument
174 testFormatToFormat(doc, factory, odFolderPath, hrFolderPath, fileName, false); in testOdToHr()