Home
last modified time | relevance | path

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

/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java148 byte[] xmlBytes; in testPerformance()
156 xmlBytes = out.toByteArray(); in testPerformance()
161 Log.i("***", "File size: " + (xmlBytes.length / 1024) + "k"); in testPerformance()
166 pureSaxTest(new ByteArrayInputStream(xmlBytes)); in testPerformance()
167 saxyModelTest(new ByteArrayInputStream(xmlBytes)); in testPerformance()
168 saxyModelTest(new ByteArrayInputStream(xmlBytes), handler); in testPerformance()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtils.java122 static Element getXmlRootNode(byte[] xmlBytes) throws CertParsingException { in getXmlRootNode() argument
127 .parse(new ByteArrayInputStream(xmlBytes)); in getXmlRootNode()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java539 byte[] xmlBytes = xmlString.getBytes(StandardCharsets.UTF_8); in testReadWifiConfigStoreData()
540 mUserStore.storeRawDataToWrite(xmlBytes); in testReadWifiConfigStoreData()