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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutInfoCompat.java52 public ShortcutInfo getShortcutInfo() { method in class:ShortcutInfoCompat
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1361 info = getShortcutInfo(
1365 info = getShortcutInfo(c, context, iconTypeIndex,
2188 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, UserHandle user, method in class:LauncherModel
2190 return getShortcutInfo(manager, intent, user, context, null, -1, -1, null);
2198 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, UserHandle user, method in class:LauncherModel
2276 private ShortcutInfo getShortcutInfo(Cursor c, Context context, method in class:LauncherModel

Completed in 68 milliseconds