Searched defs:TAG_SHORTCUT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java55 private static final String TAG_SHORTCUT = "shortcut"; field in class:ShortcutParser
139 if ((type == XmlPullParser.END_TAG) && (depth == 2) && (TAG_SHORTCUT.equals(tag))) {
205 if (depth == 2 && TAG_SHORTCUT.equals(tag)) {
H A DShortcutPackage.java69 private static final String TAG_SHORTCUT = "shortcut"; field in class:ShortcutPackage
1286 out.startTag(null, TAG_SHORTCUT);
1343 out.endTag(null, TAG_SHORTCUT);
1375 case TAG_SHORTCUT:

Completed in 90 milliseconds