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

  /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/dragndrop/
AddItemActivity.java 45 import com.android.launcher3.InstallShortcutReceiver;
230 InstallShortcutReceiver.queueShortcut(
257 InstallShortcutReceiver.queueWidget(mRequest.getAppWidgetProviderInfo(this), widgetId, this);
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 61 public class InstallShortcutReceiver extends BroadcastReceiver {
62 private static final String TAG = "InstallShortcutReceiver";
LauncherModel.java 542 InstallShortcutReceiver.enableInstallQueue();
    [all...]
Launcher.java     [all...]
Workspace.java 454 InstallShortcutReceiver.enableInstallQueue();
506 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
507 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext());
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageUpdatedTask.java 30 import com.android.launcher3.InstallShortcutReceiver;
342 InstallShortcutReceiver.removeFromInstallQueue(context, removedPackages, mUser);

Completed in 1353 milliseconds