Home
last modified time | relevance | path

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

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