Searched refs:xmlString (Results 1 – 6 of 6) sorted by relevance
311 String xmlString = new String(xmlData); in testDeprecatedNetworkSelectionStatusDeserialize() local313 xmlString.replaceAll( in testDeprecatedNetworkSelectionStatusDeserialize()316 assertFalse(xmlString.equals(deprecatedXmlString)); in testDeprecatedNetworkSelectionStatusDeserialize()319 byte[] deprecatedXmlData = xmlString.getBytes(); in testDeprecatedNetworkSelectionStatusDeserialize()359 String xmlString = new String(xmlData); in testDeprecatedNetworkSelectionDisableReasonDeserialize() local361 xmlString.replaceAll(status.getNetworkSelectionDisableReasonString(), in testDeprecatedNetworkSelectionDisableReasonDeserialize()364 assertFalse(xmlString.equals(deprecatedXmlString)); in testDeprecatedNetworkSelectionDisableReasonDeserialize()367 byte[] deprecatedXmlData = xmlString.getBytes(); in testDeprecatedNetworkSelectionDisableReasonDeserialize()462 String xmlString = new String(serializeWifiEnterpriseConfig(config)); in testWifiEnterpriseConfigSerializeDeserializeThrowsIllegalArgException() local465 xmlString = xmlString.replaceAll( in testWifiEnterpriseConfigSerializeDeserializeThrowsIllegalArgException()[all …]
592 String xmlString = new String(getTestNetworksXmlBytes(openNetwork, eapNetwork, saeNetwork)); in parseNetworkListWithOneNetworkIllegalArgException() local595 xmlString = xmlString.replaceAll( in parseNetworkListWithOneNetworkIllegalArgException()601 deserializeData(xmlString.getBytes(StandardCharsets.UTF_8)); in parseNetworkListWithOneNetworkIllegalArgException()
543 String xmlString = String.format(TEST_DATA_XML_STRING_FORMAT, in testReadWifiConfigStoreData() local548 byte[] xmlBytes = xmlString.getBytes(StandardCharsets.UTF_8); in testReadWifiConfigStoreData()580 String xmlString = String.format(TEST_DATA_XML_STRING_FORMAT, in testWriteWifiConfigStoreData() local588 assertEquals(xmlString, new String(mUserStore.getStoreBytes())); in testWriteWifiConfigStoreData()
332 String xmlString = new String(data, StandardCharsets.UTF_8.name()); in createLogFromBackupData() local334 for (String line : xmlString.split("\n")) { in createLogFromBackupData()
381 public static PasspointConfiguration parseMoText(String xmlString) { in parseMoText() argument386 root = xmlParser.parse(xmlString); in parseMoText()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...