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.java965 static void writeAttr(TypedXmlSerializer out, String name, CharSequence value) in writeAttr() method in ShortcutService
972 static void writeAttr(TypedXmlSerializer out, String name, long value) throws IOException { in writeAttr() method in ShortcutService
976 static void writeAttr(TypedXmlSerializer out, String name, boolean value) throws IOException { in writeAttr() method in ShortcutService
984 static void writeAttr(TypedXmlSerializer out, String name, ComponentName comp) in writeAttr() method in ShortcutService
990 static void writeAttr(TypedXmlSerializer out, String name, Intent intent) throws IOException { in writeAttr() method in ShortcutService