Home
last modified time | relevance | path

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

/aosp14/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java166 pureSaxTest(new ByteArrayInputStream(xmlBytes)); in testPerformance()
172 private static void pureSaxTest(InputStream inputStream) throws IOException, SAXException { in pureSaxTest() method in SafeSaxTest