Searched refs:ShortcutParser (Results 1 – 6 of 6) sorted by relevance
39 public class ShortcutParser { class51 public ShortcutParser(Context context, ComponentName component) throws NameNotFoundException { in ShortcutParser() method in ShortcutParser67 public ShortcutParser(Context context, String pkg, String name, int resId) { in ShortcutParser() method in ShortcutParser140 for (Shortcut shortcut : new ShortcutParser(context, in create()
34 import com.android.systemui.tuner.ShortcutParser.Shortcut;68 List<Shortcut> shortcuts = new ShortcutParser(getContext(), in onCreatePreferences()
56 import com.android.systemui.tuner.ShortcutParser.Shortcut;
46 public class ShortcutParser { class
741 newManifestShortcutList = ShortcutParser.parseShortcuts(mShortcutUser.mService, in rescanPackageIfNeeded()
1211 ai.metaData.putInt(ShortcutParser.METADATA_KEY, activities.get(cn)); in injectGetActivitiesWithMetadata()1221 if (!ShortcutParser.METADATA_KEY.equals(key) || activityInfo.metaData == null) { in injectXmlMetaData()