Searched refs:newManifestShortcutList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java669 List<ShortcutInfo> newManifestShortcutList = null;
671 newManifestShortcutList = ShortcutParser.parseShortcuts(mShortcutUser.mService,
676 final int manifestShortcutSize = newManifestShortcutList == null ? 0
677 : newManifestShortcutList.size();
741 changed |= publishManifestShortcuts(newManifestShortcutList);
743 if (newManifestShortcutList != null) {
759 private boolean publishManifestShortcuts(List<ShortcutInfo> newManifestShortcutList) { argument
780 if (newManifestShortcutList != null) {
781 final int newListSize = newManifestShortcutList.size();
786 final ShortcutInfo newShortcut = newManifestShortcutList
[all...]

Completed in 247 milliseconds