HomeSort by relevance Sort by last modified time
    Searched defs:TAG_SHORTCUT (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutParser.java 55 private static final String TAG_SHORTCUT = "shortcut";
139 if ((type == XmlPullParser.END_TAG) && (depth == 2) && (TAG_SHORTCUT.equals(tag))) {
205 if (depth == 2 && TAG_SHORTCUT.equals(tag)) {
ShortcutPackage.java 70 private static final String TAG_SHORTCUT = "shortcut";
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 36 protected static final String TAG_SHORTCUT = "shortcut";
62 parsers.put(TAG_SHORTCUT, new UriShortcutParser(res));
71 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes));
AutoInstallsLayout.java 119 private static final String TAG_SHORTCUT = "shortcut";
310 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes));
320 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes));
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 319 private static final String TAG_SHORTCUT = "shortcut";
    [all...]

Completed in 127 milliseconds