Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java848 static void writeAttr(XmlSerializer out, String name, CharSequence value) throws IOException { in writeAttr() method in ShortcutService
854 static void writeAttr(XmlSerializer out, String name, long value) throws IOException { in writeAttr() method in ShortcutService
858 static void writeAttr(XmlSerializer out, String name, boolean value) throws IOException { in writeAttr() method in ShortcutService
866 static void writeAttr(XmlSerializer out, String name, ComponentName comp) throws IOException { in writeAttr() method in ShortcutService
871 static void writeAttr(XmlSerializer out, String name, Intent intent) throws IOException { in writeAttr() method in ShortcutService