Home
last modified time | relevance | path

Searched refs:TAG_SHORTCUT (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java56 private static final String TAG_SHORTCUT = "shortcut"; field in ShortcutParser
156 if ((type == XmlPullParser.END_TAG) && (depth == 2) && (TAG_SHORTCUT.equals(tag))) { in parseShortcutsOneFile()
248 if (depth == 2 && TAG_SHORTCUT.equals(tag)) { in parseShortcutsOneFile()
H A DShortcutPackage.java111 private static final String TAG_SHORTCUT = "shortcut"; field in ShortcutPackage
1866 out.startTag(null, TAG_SHORTCUT); in saveShortcut()
1967 out.endTag(null, TAG_SHORTCUT); in saveShortcut()
2045 case TAG_SHORTCUT: in loadFromXml()