Searched defs:writeAttr (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutService.java | 955 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
|