Searched defs:getShortcutInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1303 info = getShortcutInfo(manager, intent, context, c, iconIndex,
1306 info = getShortcutInfo(c, context, iconTypeIndex,
2081 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context) { method in class:LauncherModel
2082 return getShortcutInfo(manager, intent, context, null, -1, -1, null);
2090 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context, method in class:LauncherModel
2201 private ShortcutInfo getShortcutInfo(Cursor c, Context context, method in class:LauncherModel

Completed in 62 milliseconds