HomeSort by relevance Sort by last modified time
    Searched defs:InstallShortcutReceiver (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/states/
SpringLoadedState.java 24 import com.android.launcher3.InstallShortcutReceiver;
83 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_DRAG_AND_DROP);
96 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
97 InstallShortcutReceiver.disableAndFlushInstallQueue(
98 InstallShortcutReceiver.FLAG_DRAG_AND_DROP, launcher);
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 40 public class InstallShortcutReceiver extends BroadcastReceiver {
105 Log.d("InstallShortcutReceiver", "Exception when adding shortcut: " + e);
145 Log.d("InstallShortcutReceiver", "Exception reading shortcut to add: " + e);
147 Log.d("InstallShortcutReceiver", "Exception reading shortcut to add: " + e);
Workspace.java 388 InstallShortcutReceiver.enableInstallQueue();
397 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
398 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext());
    [all...]
Launcher.java 794 InstallShortcutReceiver.flushInstallQueue(this);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 65 public class InstallShortcutReceiver extends BroadcastReceiver {
79 private static final String TAG = "InstallShortcutReceiver";
Launcher.java 782 InstallShortcutReceiver.disableAndFlushInstallQueue(
783 InstallShortcutReceiver.FLAG_ACTIVITY_PAUSED, this);
800 InstallShortcutReceiver.enableInstallQueue(InstallShortcutReceiver.FLAG_ACTIVITY_PAUSED);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
AddItemActivity.java 44 import com.android.launcher3.InstallShortcutReceiver;
235 InstallShortcutReceiver.queueShortcut(
257 InstallShortcutReceiver.queueWidget(mRequest.getAppWidgetProviderInfo(this), widgetId, this);
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageUpdatedTask.java 30 import com.android.launcher3.InstallShortcutReceiver;
329 InstallShortcutReceiver.removeFromInstallQueue(context, removedPackages, mUser);

Completed in 557 milliseconds