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

  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 81 SharedPreferences sharedPrefs, PendingInstallShortcutInfo info) {
110 private static ArrayList<PendingInstallShortcutInfo> getAndClearInstallQueue(
115 return new ArrayList<PendingInstallShortcutInfo>();
117 ArrayList<PendingInstallShortcutInfo> infos =
118 new ArrayList<PendingInstallShortcutInfo>();
141 PendingInstallShortcutInfo info =
142 new PendingInstallShortcutInfo(data, name, launchIntent);
159 private static class PendingInstallShortcutInfo {
166 public PendingInstallShortcutInfo(Intent rawData, String shortcutName,
203 PendingInstallShortcutInfo info = new PendingInstallShortcutInfo(data, name, intent)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 85 SharedPreferences sharedPrefs, PendingInstallShortcutInfo info) {
153 private static ArrayList<PendingInstallShortcutInfo> getAndClearInstallQueue(
159 return new ArrayList<PendingInstallShortcutInfo>();
161 ArrayList<PendingInstallShortcutInfo> infos =
162 new ArrayList<PendingInstallShortcutInfo>();
186 PendingInstallShortcutInfo info =
187 new PendingInstallShortcutInfo(data, name, launchIntent);
204 private static class PendingInstallShortcutInfo {
211 public PendingInstallShortcutInfo(Intent rawData, String shortcutName,
244 PendingInstallShortcutInfo info = new PendingInstallShortcutInfo(data, name, intent)
    [all...]

Completed in 939 milliseconds