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

  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 266 ArrayList<PendingInstallShortcutInfo> installQueue = getAndClearInstallQueue(sp);
267 if (!installQueue.isEmpty()) {
268 Iterator<PendingInstallShortcutInfo> iter = installQueue.iterator();
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 225 ArrayList<PendingInstallShortcutInfo> installQueue = getAndClearInstallQueue(sp);
226 Iterator<PendingInstallShortcutInfo> iter = installQueue.iterator();

Completed in 246 milliseconds