Home
last modified time | relevance | path

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

/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/testutils/
DTestUtils.java163 testFormatToFormat(doc, factory, hrFolderPath, odFolderPath, fileName, true); in testHrToOd()
174 testFormatToFormat(doc, factory, odFolderPath, hrFolderPath, fileName, false); in testOdToHr()
178 private static <T extends AslMarshallable> void testFormatToFormat( in testFormatToFormat() method in TestUtils