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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java166 return info.getShortcutInfo();
216 addShortcuts.add(pendingInfo.getShortcutInfo());
338 public ShortcutInfo getShortcutInfo() { method in class:InstallShortcutReceiver.PendingInstallShortcutInfo
H A DLauncherModel.java2015 info = getShortcutInfo(c, context, titleIndex, cursorIconInfo);
3443 Log.d(TAG, "Null user found in getShortcutInfo");
3449 Log.d(TAG, "Missing component found in getShortcutInfo: " + componentName);
3458 Log.d(TAG, "Missing activity found in getShortcutInfo: " + componentName);
3535 @Thunk ShortcutInfo getShortcutInfo(Cursor c, Context context, method in class:LauncherModel
/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 251 milliseconds