Searched refs:xmlString (Results 1 – 5 of 5) sorted by relevance
314 String xmlString = new String(xmlData); in testDeprecatedNetworkSelectionStatusDeserialize() local316 xmlString.replaceAll( in testDeprecatedNetworkSelectionStatusDeserialize()319 assertFalse(xmlString.equals(deprecatedXmlString)); in testDeprecatedNetworkSelectionStatusDeserialize()322 byte[] deprecatedXmlData = xmlString.getBytes(); in testDeprecatedNetworkSelectionStatusDeserialize()363 String xmlString = new String(xmlData); in testDeprecatedNetworkSelectionDisableReasonDeserialize() local365 xmlString.replaceAll(status.getNetworkDisableReasonString(), "DISABLED_DEPRECATED"); in testDeprecatedNetworkSelectionDisableReasonDeserialize()367 assertFalse(xmlString.equals(deprecatedXmlString)); in testDeprecatedNetworkSelectionDisableReasonDeserialize()370 byte[] deprecatedXmlData = xmlString.getBytes(); in testDeprecatedNetworkSelectionDisableReasonDeserialize()465 String xmlString = new String(serializeWifiEnterpriseConfig(config)); in testWifiEnterpriseConfigSerializeDeserializeThrowsIllegalArgException() local468 xmlString = xmlString.replaceAll( in testWifiEnterpriseConfigSerializeDeserializeThrowsIllegalArgException()[all …]
450 String xmlString = new String(getTestNetworksXmlBytes(openNetwork, eapNetwork)); in parseNetworkListWithOneNetworkIllegalArgException() local453 xmlString = xmlString.replaceAll( in parseNetworkListWithOneNetworkIllegalArgException()459 deserializeData(xmlString.getBytes(StandardCharsets.UTF_8)); in parseNetworkListWithOneNetworkIllegalArgException()
534 String xmlString = String.format(TEST_DATA_XML_STRING_FORMAT, in testReadWifiConfigStoreData() local539 byte[] xmlBytes = xmlString.getBytes(StandardCharsets.UTF_8); in testReadWifiConfigStoreData()581 String xmlString = String.format(TEST_DATA_XML_STRING_FORMAT, in testWriteWifiConfigStoreData() local589 assertEquals(xmlString, new String(mUserStore.getStoreBytes())); in testWriteWifiConfigStoreData()
306 String xmlString = new String(data, StandardCharsets.UTF_8.name()); in createLogFromBackupData() local308 for (String line : xmlString.split("\n")) { in createLogFromBackupData()
340 public static PasspointConfiguration parseMoText(String xmlString) { in parseMoText() argument345 root = xmlParser.parse(xmlString); in parseMoText()