Searched defs:writeAttr (Results 1 – 1 of 1) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | ShortcutService.java | 926 static void writeAttr(TypedXmlSerializer out, String name, CharSequence value) in writeAttr() method in ShortcutService 933 static void writeAttr(TypedXmlSerializer out, String name, long value) throws IOException { in writeAttr() method in ShortcutService 937 static void writeAttr(TypedXmlSerializer out, String name, boolean value) throws IOException { in writeAttr() method in ShortcutService 945 static void writeAttr(TypedXmlSerializer out, String name, ComponentName comp) in writeAttr() method in ShortcutService 951 static void writeAttr(TypedXmlSerializer out, String name, Intent intent) throws IOException { in writeAttr() method in ShortcutService
|