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

  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 141 newApps = sharedPrefs.getStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY, newApps);
153 editor.putStringSet(InstallShortcutReceiver.NEW_APPS_LIST_KEY,
157 editor.putInt(InstallShortcutReceiver.NEW_APPS_PAGE_KEY, -1);
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);
Launcher.java 794 InstallShortcutReceiver.flushInstallQueue(this);
    [all...]
Workspace.java 388 InstallShortcutReceiver.enableInstallQueue();
397 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
398 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext());
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 49 public class InstallShortcutReceiver extends BroadcastReceiver {
50 private static final String TAG = "InstallShortcutReceiver";
Launcher.java     [all...]
LauncherModel.java     [all...]
Workspace.java 398 InstallShortcutReceiver.enableInstallQueue();
428 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
429 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext());
    [all...]

Completed in 569 milliseconds