Searched defs:writeToXml (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPersistentPreferredActivity.java84 public void writeToXml(XmlSerializer serializer) throws IOException { method in class:PersistentPreferredActivity
87 super.writeToXml(serializer);
H A DPreferredActivity.java48 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { method in class:PreferredActivity
49 mPref.writeToXml(serializer, full);
51 super.writeToXml(serializer);
H A DCrossProfileIntentFilter.java121 public void writeToXml(XmlSerializer serializer) throws IOException { method in class:CrossProfileIntentFilter
126 super.writeToXml(serializer);
H A DPreferredComponent.java179 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { method in class:PreferredComponent
/frameworks/base/core/java/android/app/admin/
H A DSystemUpdateInfo.java128 public void writeToXml(XmlSerializer out, String tag) throws IOException { method in class:SystemUpdateInfo
/frameworks/base/core/java/android/content/pm/
H A DIntentFilterVerificationInfo.java185 public void writeToXml(XmlSerializer serializer) throws IOException { method in class:IntentFilterVerificationInfo
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java771 mDeviceOwner.writeToXml(out, TAG_DEVICE_OWNER);
784 mSystemUpdateInfo.writeToXml(out, TAG_PENDING_OTA_INFO);
868 profileOwner.writeToXml(out, TAG_PROFILE_OWNER);
918 public void writeToXml(XmlSerializer out, String tag) throws IOException { method in class:Owners.OwnerInfo
H A DDevicePolicyManagerService.java1040 void writeToXml(XmlSerializer out) method in class:DevicePolicyManagerService.ActiveAdmin
1257 parentAdmin.writeToXml(out);
2910 ap.writeToXml(out);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java717 public static void writeToXml(XmlSerializer out, IpConfiguration ipConfiguration) method in class:XmlUtil.IpConfigurationXmlUtil
886 public static void writeToXml(XmlSerializer out, NetworkSelectionStatus selectionStatus) method in class:XmlUtil.NetworkSelectionStatusXmlUtil
998 public static void writeToXml(XmlSerializer out, WifiEnterpriseConfig enterpriseConfig) method in class:XmlUtil.WifiEnterpriseConfigXmlUtil
/frameworks/base/core/java/android/content/
H A DIntentFilter.java1594 public void writeToXml(XmlSerializer serializer) throws IOException { method in class:IntentFilter

Completed in 1201 milliseconds