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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java286 ShortcutInfo info = getShortcutInfo(context, pendingInfo.data,
336 private static ShortcutInfo getShortcutInfo(Context context, Intent data, method in class:InstallShortcutReceiver
H A DLauncherModel.java1902 info = getShortcutInfo(manager, intent, context, c, iconIndex,
1905 info = getShortcutInfo(c, context, iconTypeIndex,
2905 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context) { method in class:LauncherModel
2906 return getShortcutInfo(manager, intent, context, null, -1, -1, null);
2914 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context, method in class:LauncherModel
2919 Log.d(TAG, "Invalid package found in getShortcutInfo: " + componentName);
3073 private ShortcutInfo getShortcutInfo(Cursor c, Context context, method in class:LauncherModel
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1353 info = getShortcutInfo(manager, intent, context, c, iconIndex,
1356 info = getShortcutInfo(c, context, iconTypeIndex,
2153 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context) { method in class:LauncherModel
2154 return getShortcutInfo(manager, intent, context, null, -1, -1, null);
2162 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context, method in class:LauncherModel
2273 private ShortcutInfo getShortcutInfo(Cursor c, Context context, method in class:LauncherModel

Completed in 72 milliseconds