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