Home
last modified time | relevance | path

Searched refs:PendingInstallShortcutInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java104 private static void addToQueue(Context context, PendingInstallShortcutInfo info) { in addToQueue()
131 PendingInstallShortcutInfo info = decode(encoded, context); in flushQueueInBackground()
193 PendingInstallShortcutInfo info = createPendingInfo(context, data); in onReceive()
219 private static PendingInstallShortcutInfo createPendingInfo(Context context, Intent data) { in createPendingInfo()
229 PendingInstallShortcutInfo info = new PendingInstallShortcutInfo( in createPendingInfo()
240 PendingInstallShortcutInfo info = createPendingInfo(context, data); in fromShortcutIntent()
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()
[all …]