Searched refs:TAG_SHORTCUT (Results 1 – 2 of 2) sorted by relevance
55 private static final String TAG_SHORTCUT = "shortcut"; field in ShortcutParser139 if ((type == XmlPullParser.END_TAG) && (depth == 2) && (TAG_SHORTCUT.equals(tag))) { in parseShortcutsOneFile()205 if (depth == 2 && TAG_SHORTCUT.equals(tag)) { in parseShortcutsOneFile()
70 private static final String TAG_SHORTCUT = "shortcut"; field in ShortcutPackage1384 out.startTag(null, TAG_SHORTCUT); in saveShortcut()1454 out.endTag(null, TAG_SHORTCUT); in saveShortcut()1488 case TAG_SHORTCUT: in loadFromXml()