Home
last modified time | relevance | path

Searched refs:writeToXml (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1318 writeToXml(mState, serializer, mContext); in write()
1375 private static void writeToXml(State state, XmlSerializer serializer, Context context)
1377 sStateXml.writeToXml(state, serializer, context);
1404 public abstract void writeToXml(T o, XmlSerializer serializer, Context context)
1624 public void writeToXml(State o, XmlSerializer serializer, Context context)
1634 .writeToXml(defaultPhoneAccountHandle, serializer, context);
1640 sPhoneAccountXml.writeToXml(m, serializer, context);
1717 public void writeToXml(DefaultPhoneAccountHandle o, XmlSerializer serializer,
1727 sPhoneAccountHandleXml.writeToXml(o.phoneAccountHandle, serializer,
1801 public void writeToXml(PhoneAccount o, XmlSerializer serializer, Context context)
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DNetworkListStoreData.java168 NetworkSelectionStatusXmlUtil.writeToXml(out, config.getNetworkSelectionStatus()); in serializeNetwork()
173 IpConfigurationXmlUtil.writeToXml(out, config.getIpConfiguration()); in serializeNetwork()
181 WifiEnterpriseConfigXmlUtil.writeToXml(out, config.enterpriseConfig, encryptionUtil); in serializeNetwork()
DNetworkSuggestionStoreData.java231 XmlUtil.WifiEnterpriseConfigXmlUtil.writeToXml( in serializeNetworkSuggestion()
DWifiBackupRestore.java239 IpConfigurationXmlUtil.writeToXml(out, configuration.getIpConfiguration()); in writeNetworkConfigurationToXml()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java425 EncryptedDataXmlUtil.writeToXml(out, encryptedData); in writePreSharedKeyToXml()
968 public static void writeToXml(XmlSerializer out, IpConfiguration ipConfiguration) in writeToXml() method in XmlUtil.IpConfigurationXmlUtil
1156 public static void writeToXml(XmlSerializer out, NetworkSelectionStatus selectionStatus) in writeToXml() method in XmlUtil.NetworkSelectionStatusXmlUtil
1299 EncryptedDataXmlUtil.writeToXml(out, encryptedData); in writePasswordToXml()
1314 public static void writeToXml(XmlSerializer out, WifiEnterpriseConfig enterpriseConfig, in writeToXml() method in XmlUtil.WifiEnterpriseConfigXmlUtil
1529 public static void writeToXml(XmlSerializer out, EncryptedData encryptedData) in writeToXml() method in XmlUtil.EncryptedDataXmlUtil
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java699 IpConfigurationXmlUtil.writeToXml(out, configuration); in serializeDeserializeIpConfiguration()
719 NetworkSelectionStatusXmlUtil.writeToXml(out, status); in serializeNetworkSelectionStatus()
750 WifiEnterpriseConfigXmlUtil.writeToXml( in serializeWifiEnterpriseConfig()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainStateStorage.java95 credentialManagementApp.writeToXml(out); in saveCredentialManagementApp()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java1077 xml.writeToXml(input, serializer, context); in roundTripXml()