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.java106 private static void addToQueue(Context context, PendingInstallShortcutInfo info) { in addToQueue()
132 PendingInstallShortcutInfo info = decode(encoded, context); in flushQueueInBackground()
195 PendingInstallShortcutInfo info = createPendingInfo(context, data); in onReceive()
221 private static PendingInstallShortcutInfo createPendingInfo(Context context, Intent data) { in createPendingInfo()
231 PendingInstallShortcutInfo info = new PendingInstallShortcutInfo( in createPendingInfo()
242 PendingInstallShortcutInfo info = createPendingInfo(context, data); in fromShortcutIntent()
247 queuePendingShortcutInfo(new PendingInstallShortcutInfo(info, context), context); in queueShortcut()
251 queuePendingShortcutInfo(new PendingInstallShortcutInfo(info, widgetId, context), context); in queueWidget()
255 queuePendingShortcutInfo(new PendingInstallShortcutInfo(data, context, user), in queueApplication()
280 private static void queuePendingShortcutInfo(PendingInstallShortcutInfo info, Context context) { in queuePendingShortcutInfo()
[all …]