Searched refs:TAG_SHORTCUT (Results 1 – 3 of 3) sorted by relevance
36 private static final String TAG_SHORTCUT = "shortcut"; field in DefaultLayoutParser63 parsers.put(TAG_SHORTCUT, new UriShortcutParser(res)); in getFolderElementsMap()72 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()
118 private static final String TAG_SHORTCUT = "shortcut"; field in AutoInstallsLayout309 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getFolderElementsMap()319 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getLayoutElementsMap()
319 private static final String TAG_SHORTCUT = "shortcut"; field in LauncherProvider.DatabaseHelper968 } else if (TAG_SHORTCUT.equals(name)) { in loadFavorites()1004 } else if (TAG_SHORTCUT.equals(folder_item_name) && folderId >= 0) { in loadFavorites()