Searched refs:queuePendingShortcutInfo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InstallShortcutReceiver.java | 204 queuePendingShortcutInfo(info, context); in onReceive() 245 queuePendingShortcutInfo(new PendingInstallShortcutInfo(info, context), context); in queueShortcut() 249 queuePendingShortcutInfo(new PendingInstallShortcutInfo(info, widgetId, context), context); in queueWidget() 253 queuePendingShortcutInfo(new PendingInstallShortcutInfo(data, context, user), in queueApplication() 278 private static void queuePendingShortcutInfo(PendingInstallShortcutInfo info, Context context) { in queuePendingShortcutInfo() method in InstallShortcutReceiver
|