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.java816 static void writeAttr(XmlSerializer out, String name, CharSequence value) throws IOException { in writeAttr() method in ShortcutService
822 static void writeAttr(XmlSerializer out, String name, long value) throws IOException { in writeAttr() method in ShortcutService
826 static void writeAttr(XmlSerializer out, String name, boolean value) throws IOException { in writeAttr() method in ShortcutService
832 static void writeAttr(XmlSerializer out, String name, ComponentName comp) throws IOException { in writeAttr() method in ShortcutService
837 static void writeAttr(XmlSerializer out, String name, Intent intent) throws IOException { in writeAttr() method in ShortcutService