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