Searched refs:xmlBytes (Results 1 – 3 of 3) sorted by relevance
148 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()
122 static Element getXmlRootNode(byte[] xmlBytes) throws CertParsingException { in getXmlRootNode() argument127 .parse(new ByteArrayInputStream(xmlBytes)); in getXmlRootNode()
539 byte[] xmlBytes = xmlString.getBytes(StandardCharsets.UTF_8); in testReadWifiConfigStoreData()540 mUserStore.storeRawDataToWrite(xmlBytes); in testReadWifiConfigStoreData()