Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java46 import com.android.launcher3.InstallShortcutReceiver;
252 InstallShortcutReceiver.queueShortcut(mRequest.getShortcutInfo(), this); in onPlaceAutomaticallyClick()
273InstallShortcutReceiver.queueWidget(mRequest.getAppWidgetProviderInfo(this), widgetId, this); in acceptWidget()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java26 import static com.android.launcher3.InstallShortcutReceiver.FLAG_DRAG_AND_DROP;
914 InstallShortcutReceiver.disableAndFlushInstallQueue( in onDeferredResumed()
915 InstallShortcutReceiver.FLAG_ACTIVITY_PAUSED, this); in onDeferredResumed()
1008 InstallShortcutReceiver.enableInstallQueue(FLAG_DRAG_AND_DROP); in onStateSetStart()
1033 InstallShortcutReceiver.disableAndFlushInstallQueue(FLAG_DRAG_AND_DROP, this); in onStateSetEnd()
1067 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_ACTIVITY_PAUSED); in onPause()
1207 ? InstallShortcutReceiver.fromShortcutIntent(this, data) : null; in completeAddShortcut()
2408 InstallShortcutReceiver.disableAndFlushInstallQueue( in finishBindingItems()
2409 InstallShortcutReceiver.FLAG_LOADER_RUNNING, this); in finishBindingItems()
2436 .setDuration(InstallShortcutReceiver.NEW_SHORTCUT_BOUNCE_DURATION); in createNewAppBounceAnimation()
[all …]
DLauncherModel.java324 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_LOADER_RUNNING); in startLoader()
DSessionCommitReceiver.java120 InstallShortcutReceiver.queueApplication(data, user, context); in queueAppIconAddition()
DInstallShortcutReceiver.java72 public class InstallShortcutReceiver extends BroadcastReceiver { class
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java29 import com.android.launcher3.InstallShortcutReceiver;
206 && !InstallShortcutReceiver.getPendingShortcuts(context) in removeItem()
DPackageUpdatedTask.java32 import com.android.launcher3.InstallShortcutReceiver;
326 InstallShortcutReceiver.removeFromInstallQueue(context, removedPackages, mUser); in execute()
DLoaderTask.java54 import com.android.launcher3.InstallShortcutReceiver;
798 InstallShortcutReceiver.getPendingShortcuts(context); in loadWorkspace()