Searched refs:xmlString (Results 1 – 6 of 6) sorted by relevance
288 String xmlString = new String(xmlData); in testDeprecatedNetworkSelectionStatusDeserialize() local290 xmlString.replaceAll( in testDeprecatedNetworkSelectionStatusDeserialize()293 assertFalse(xmlString.equals(deprecatedXmlString)); in testDeprecatedNetworkSelectionStatusDeserialize()296 byte[] deprecatedXmlData = xmlString.getBytes(); in testDeprecatedNetworkSelectionStatusDeserialize()337 String xmlString = new String(xmlData); in testDeprecatedNetworkSelectionDisableReasonDeserialize() local339 xmlString.replaceAll(status.getNetworkDisableReasonString(), "DISABLED_DEPRECATED"); in testDeprecatedNetworkSelectionDisableReasonDeserialize()341 assertFalse(xmlString.equals(deprecatedXmlString)); in testDeprecatedNetworkSelectionDisableReasonDeserialize()344 byte[] deprecatedXmlData = xmlString.getBytes(); in testDeprecatedNetworkSelectionDisableReasonDeserialize()408 String xmlString = new String(serializeWifiEnterpriseConfig(config)); in testWifiEnterpriseConfigSerializeDeserializeThrowsIllegalArgException() local411 xmlString = xmlString.replaceAll( in testWifiEnterpriseConfigSerializeDeserializeThrowsIllegalArgException()[all …]
447 String xmlString = new String(getTestNetworksXmlBytes(openNetwork, eapNetwork)); in parseNetworkListWithOneNetworkIllegalArgException() local450 xmlString = xmlString.replaceAll( in parseNetworkListWithOneNetworkIllegalArgException()456 deserializeData(xmlString.getBytes(StandardCharsets.UTF_8)); in parseNetworkListWithOneNetworkIllegalArgException()
514 String xmlString = String.format(TEST_DATA_XML_STRING_FORMAT, in testReadWifiConfigStoreData() local519 byte[] xmlBytes = xmlString.getBytes(StandardCharsets.UTF_8); in testReadWifiConfigStoreData()561 String xmlString = String.format(TEST_DATA_XML_STRING_FORMAT, in testWriteWifiConfigStoreData() local569 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()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...