HomeSort by relevance Sort by last modified time
    Searched refs:InstallShortcutReceiver (Results 1 - 9 of 9) 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 768 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 44 public class InstallShortcutReceiver extends BroadcastReceiver {
45 private static final String TAG = "InstallShortcutReceiver";
DeleteDropTarget.java 294 return !InstallShortcutReceiver.isValidShortcutLaunchIntent(shortcut.intent);
Launcher.java     [all...]
Workspace.java 404 InstallShortcutReceiver.enableInstallQueue();
431 // Re-enable any Un/InstallShortcutReceiver and now process any queued items
432 InstallShortcutReceiver.disableAndFlushInstallQueue(getContext());
    [all...]
LauncherModel.java 447 // Only InstallShortcutReceiver sends us shortcutInfos, ignore them
    [all...]

Completed in 811 milliseconds