Home
last modified time | relevance | path

Searched defs:writeToXml (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/keystore/java/android/security/
DCredentialManagementApp.java117 public void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in CredentialManagementApp
DUrisToAliases.java121 public void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in UrisToAliases
DAppUriAuthenticationPolicy.java228 public void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in AppUriAuthenticationPolicy
/frameworks/base/core/java/android/os/
DUserBatteryConsumer.java70 void writeToXml(TypedXmlSerializer serializer) throws IOException { in writeToXml() method in UserBatteryConsumer
DAggregateBatteryConsumer.java64 void writeToXml(TypedXmlSerializer serializer, in writeToXml() method in AggregateBatteryConsumer
DUidBatteryConsumer.java149 void writeToXml(TypedXmlSerializer serializer) throws IOException { in writeToXml() method in UidBatteryConsumer
DPowerComponents.java327 void writeToXml(TypedXmlSerializer serializer) throws IOException { in writeToXml() method in PowerComponents
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DPersistentSystemFontConfig.java96 public static void writeToXml(@NonNull OutputStream os, @NonNull Config config) in writeToXml() method in PersistentSystemFontConfig
/frameworks/base/core/tests/coretests/src/android/security/
DCredentialManagementAppTest.java115 private File writeToXml(CredentialManagementApp credentialManagementApp) throws IOException { in writeToXml() method in CredentialManagementAppTest
/frameworks/base/core/java/android/app/admin/
DFactoryResetProtectionPolicy.java236 public void writeToXml(@NonNull TypedXmlSerializer out) throws IOException { in writeToXml() method in FactoryResetProtectionPolicy
DSystemUpdateInfo.java131 public void writeToXml(TypedXmlSerializer out, String tag) throws IOException { in writeToXml() method in SystemUpdateInfo
DPreferentialNetworkServiceConfig.java442 public void writeToXml(@NonNull TypedXmlSerializer out) throws IOException { in writeToXml() method in PreferentialNetworkServiceConfig
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobAccessMode.java153 void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in BlobAccessMode
DBlobMetadata.java705 void writeToXml(XmlSerializer out) throws IOException { in writeToXml() method in BlobMetadata
786 void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in BlobMetadata.Committer
898 void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in BlobMetadata.Leasee
DBlobStoreSession.java576 void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in BlobStoreSession
/frameworks/base/core/java/android/content/pm/
DIntentFilterVerificationInfo.java178 public void writeToXml(TypedXmlSerializer serializer) throws IOException { in writeToXml() method in IntentFilterVerificationInfo
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobHandle.java286 public void writeToXml(@NonNull XmlSerializer out) throws IOException { in writeToXml() method in BlobHandle
/frameworks/base/services/core/java/com/android/server/pm/
DPreferredComponent.java181 public void writeToXml(TypedXmlSerializer serializer, boolean full) throws IOException { in writeToXml() method in PreferredComponent
/frameworks/base/services/core/java/com/android/server/locales/
DLocaleManagerBackupHelper.java372 private static void writeToXml(OutputStream stream, @NonNull HashMap<String, String> pkgStates) in writeToXml() method in LocaleManagerBackupHelper
/frameworks/base/core/java/android/graphics/fonts/
DFontUpdateRequest.java130 public static void writeToXml(TypedXmlSerializer out, Font font) throws IOException { in writeToXml() method in FontUpdateRequest.Font
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwnersData.java513 public void writeToXml(TypedXmlSerializer out, String tag) throws IOException { in writeToXml() method in OwnersData.OwnerInfo
DActiveAdmin.java354 void writeToXml(TypedXmlSerializer out) in writeToXml() method in ActiveAdmin
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationPersistence.java78 public static void writeToXml(@NonNull TypedXmlSerializer xmlSerializer, in writeToXml() method in DomainVerificationPersistence
/frameworks/base/core/java/android/content/
DIntentFilter.java1912 public void writeToXml(XmlSerializer serializer) throws IOException { in writeToXml() method in IntentFilter