OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writeMapXml
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/util/
XmlUtils.java
170
* @see #
writeMapXml
(Map, String, XmlSerializer)
175
public static final void
writeMapXml
(Map val, OutputStream out)
181
writeMapXml
(val, null, serializer);
193
* @see #
writeMapXml
217
* @see #
writeMapXml
(Map, OutputStream)
222
public static final void
writeMapXml
(Map val, String name, XmlSerializer out)
257
* @see #
writeMapXml
314
* @see #
writeMapXml
358
* @see #
writeMapXml
401
* @see #
writeMapXml
[
all
...]
/frameworks/base/core/java/android/app/
SharedPreferencesImpl.java
596
XmlUtils.
writeMapXml
(mcr.mapToWriteToDisk, str);
Completed in 56 milliseconds