Searched refs:writeAsXml (Results 1 – 8 of 8) sorted by relevance
33 void writeAsXml(T item, TypedXmlSerializer out) throws IOException; in writeAsXml() method37 default void writeAsXml(T item, XmlSerializer out) throws IOException { in writeAsXml() method38 writeAsXml(item, XmlUtils.makeTyped(out)); in writeAsXml()
772 mSerializerAndParser.writeAsXml(service.getKey(), out); in writePersistentServicesLocked()
86 public void writeAsXml(AuthenticatorDescription item, TypedXmlSerializer out) in writeAsXml() method in AccountAuthenticatorCache.MySerializer
214 public void writeAsXml(XmlSerializer out) throws IOException { in writeAsXml() method in AidGroup
145 public void writeAsXml(SyncAdapterType item, TypedXmlSerializer out) throws IOException { in writeAsXml() method in SyncAdaptersCache.MySerializer
311 public void writeAsXml(TestServiceType item, TypedXmlSerializer out) throws IOException { in writeAsXml() method in RegisteredServicesCacheTest.TestSerializer
4874 PLcom/android/server/accounts/AccountAuthenticatorCache$MySerializer;->writeAsXml(Landroid/accounts…4875 PLcom/android/server/accounts/AccountAuthenticatorCache$MySerializer;->writeAsXml(Ljava/lang/Object…
16957 Landroid/content/SyncAdaptersCache$MySerializer;->writeAsXml(Landroid/content/SyncAdapterType;Lorg/…