Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java955 static void writeAttr(TypedXmlSerializer out, String name, CharSequence value) in writeAttr() method in ShortcutService
962 static void writeAttr(TypedXmlSerializer out, String name, long value) throws IOException { in writeAttr() method in ShortcutService
966 static void writeAttr(TypedXmlSerializer out, String name, boolean value) throws IOException { in writeAttr() method in ShortcutService
974 static void writeAttr(TypedXmlSerializer out, String name, ComponentName comp) in writeAttr() method in ShortcutService
980 static void writeAttr(TypedXmlSerializer out, String name, Intent intent) throws IOException { in writeAttr() method in ShortcutService