Searched refs:getShortcutInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherModel.java | 1083 info = getShortcutInfo(manager, intent, context, c, iconIndex, in loadWorkspace() 1086 info = getShortcutInfo(c, context, iconTypeIndex, in loadWorkspace() 1720 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context) { in getShortcutInfo() method in LauncherModel 1721 return getShortcutInfo(manager, intent, context, null, -1, -1, null); in getShortcutInfo() 1729 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context, in getShortcutInfo() method in LauncherModel 1822 private ShortcutInfo getShortcutInfo(Cursor c, Context context, in getShortcutInfo() method in LauncherModel
|
D | Launcher.java | 977 final ShortcutInfo info = mModel.getShortcutInfo(getPackageManager(), data, this); in completeAddApplication()
|