Searched refs:writeTagExtra (Results 1 – 2 of 2) sorted by relevance
1590 ShortcutService.writeTagExtra(out, TAG_EXTRAS, intentsExtras[i]); in saveShortcut()1594 ShortcutService.writeTagExtra(out, TAG_EXTRAS, si.getExtras()); in saveShortcut()
839 static void writeTagExtra(XmlSerializer out, String tag, PersistableBundle bundle) in writeTagExtra() method in ShortcutService