Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDefaultLayoutParser.java65 parsers.put(TAG_SHORTCUT, new UriShortcutParser(res)); in getFolderElementsMap()
75 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()
185 public class UriShortcutParser extends ShortcutParser { class in DefaultLayoutParser
187 public UriShortcutParser(Resources iconRes) { in UriShortcutParser() method in DefaultLayoutParser.UriShortcutParser
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java370 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()