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 208 ArrayList<PendingInstallShortcutInfo> installQueue = getAndClearInstallQueue(sp, context);
209 if (!installQueue.isEmpty()) {
210 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 194 milliseconds