Searched refs:TAG_SHORTCUT (Results 1 – 4 of 4) sorted by relevance
39 protected static final String TAG_SHORTCUT = "shortcut"; field in DefaultLayoutParser65 parsers.put(TAG_SHORTCUT, new UriShortcutParser(res)); in getFolderElementsMap()74 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()
119 private static final String TAG_SHORTCUT = "shortcut"; field in AutoInstallsLayout310 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getFolderElementsMap()320 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()
403 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()