HomeSort by relevance Sort by last modified time
    Searched refs:writeMapXml (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 174 * @see #writeMapXml(Map, String, XmlSerializer)
179 public static final void writeMapXml(Map val, OutputStream out)
185 writeMapXml(val, null, serializer);
197 * @see #writeMapXml
221 * @see #writeMapXml(Map, OutputStream)
226 public static final void writeMapXml(Map val, String name, XmlSerializer out)
261 * @see #writeMapXml
318 * @see #writeMapXml
362 * @see #writeMapXml
405 * @see #writeMapXml
    [all...]
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 576 XmlUtils.writeMapXml(mcr.mapToWriteToDisk, str);

Completed in 180 milliseconds