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

  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 309 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes));
319 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes));
409 protected class ShortcutParser implements TagParser {
413 public ShortcutParser(Resources iconRes) {
DefaultLayoutParser.java 182 private class UriShortcutParser extends ShortcutParser {
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutParser.java 46 public class ShortcutParser {
ShortcutPackage.java 683 newManifestShortcutList = ShortcutParser.parseShortcuts(mShortcutUser.mService,
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java     [all...]

Completed in 250 milliseconds