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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java281 ShortcutInfo info = getShortcutInfo(context, pendingInfo.data,
307 private static ShortcutInfo getShortcutInfo(Context context, Intent data, method in class:InstallShortcutReceiver
H A DLauncherModel.java1708 info = getShortcutInfo(manager, intent, context, c, iconIndex,
1711 info = getShortcutInfo(c, context, iconTypeIndex,
2655 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context) { method in class:LauncherModel
2656 return getShortcutInfo(manager, intent, context, null, -1, -1, null);
2664 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context, method in class:LauncherModel
2669 Log.d(TAG, "Invalid package found in getShortcutInfo: " + componentName);
2819 private ShortcutInfo getShortcutInfo(Cursor c, Context context, method in class:LauncherModel
H A DLauncher.java1272 final ShortcutInfo info = mModel.getShortcutInfo(getPackageManager(), data, this);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1338 info = getShortcutInfo(manager, intent, context, c, iconIndex,
1341 info = getShortcutInfo(c, context, iconTypeIndex,
2138 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context) { method in class:LauncherModel
2139 return getShortcutInfo(manager, intent, context, null, -1, -1, null);
2147 public ShortcutInfo getShortcutInfo(PackageManager manager, Intent intent, Context context, method in class:LauncherModel
2258 private ShortcutInfo getShortcutInfo(Cursor c, Context context, method in class:LauncherModel
H A DLauncher.java1069 final ShortcutInfo info = mModel.getShortcutInfo(getPackageManager(), data, this);

Completed in 76 milliseconds