HomeSort by relevance Sort by last modified time
    Searched defs:InstallShortcutReceiver (Results 1 - 7 of 7) 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 387 InstallShortcutReceiver.enableInstallQueue();
396 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
397 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext());
    [all...]
Launcher.java 768 InstallShortcutReceiver.flushInstallQueue(this);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 38 public class InstallShortcutReceiver extends BroadcastReceiver {
39 private static final String TAG = "InstallShortcutReceiver";
LauncherModel.java     [all...]
Launcher.java     [all...]
Workspace.java 374 InstallShortcutReceiver.enableInstallQueue();
391 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
392 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext());
    [all...]

Completed in 165 milliseconds