Searched defs:getShortcutInfo (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
H A D | PinItemRequestCompat.java | 50 public ShortcutInfo getShortcutInfo() { method in class:PinItemRequestCompat 51 return (ShortcutInfo) invokeMethod("getShortcutInfo");
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
H A D | ShortcutInfoCompat.java | 56 public ShortcutInfo getShortcutInfo() { method in class:ShortcutInfoCompat
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | LauncherModel.java | 1361 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 131 milliseconds