Home
last modified time | relevance | path

Searched defs:ShortcutParser (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DShortcutParser.java39 public class ShortcutParser { class
51 public ShortcutParser(Context context, ComponentName component) throws NameNotFoundException { in ShortcutParser() method in ShortcutParser
67 public ShortcutParser(Context context, String pkg, String name, int resId) { in ShortcutParser() method in ShortcutParser
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java420 protected class ShortcutParser implements TagParser { class in AutoInstallsLayout
424 public ShortcutParser(Resources iconRes) { in ShortcutParser() method in AutoInstallsLayout.ShortcutParser
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java47 public class ShortcutParser { class