HomeSort by relevance Sort by last modified time
    Searched refs:UriShortcutParser (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 62 parsers.put(TAG_SHORTCUT, new UriShortcutParser(res));
71 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes));
181 public class UriShortcutParser extends ShortcutParser {
183 public UriShortcutParser(Resources iconRes) {
  /packages/apps/Launcher3/src/com/android/launcher3/provider/
ImportDataTask.java 398 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes));

Completed in 4041 milliseconds