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

  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 74 SharedPreferences sharedPrefs, PendingInstallShortcutInfo info) {
107 PendingInstallShortcutInfo info = decode(encoded, context);
118 private static ArrayList<PendingInstallShortcutInfo> getAndClearInstallQueue(
124 return new ArrayList<PendingInstallShortcutInfo>();
126 ArrayList<PendingInstallShortcutInfo> infos =
127 new ArrayList<PendingInstallShortcutInfo>();
129 PendingInstallShortcutInfo info = decode(encoded, context);
147 PendingInstallShortcutInfo info = createPendingInfo(context, data);
162 * Verifies the intent and creates a {@link PendingInstallShortcutInfo}
164 private static PendingInstallShortcutInfo createPendingInfo(Context context, Intent data)
    [all...]
  /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...]

Completed in 305 milliseconds