Searched refs:newManifestShortcutList (Results 1 – 1 of 1) sorted by relevance
665 List<ShortcutInfo> newManifestShortcutList = null; in rescanPackageIfNeeded() local667 newManifestShortcutList = ShortcutParser.parseShortcuts(mShortcutUser.mService, in rescanPackageIfNeeded()672 final int manifestShortcutSize = newManifestShortcutList == null ? 0 in rescanPackageIfNeeded()673 : newManifestShortcutList.size(); in rescanPackageIfNeeded()738 publishManifestShortcuts(newManifestShortcutList); in rescanPackageIfNeeded()740 if (newManifestShortcutList != null) { in rescanPackageIfNeeded()751 private boolean publishManifestShortcuts(List<ShortcutInfo> newManifestShortcutList) { in publishManifestShortcuts() argument772 if (newManifestShortcutList != null) { in publishManifestShortcuts()773 final int newListSize = newManifestShortcutList.size(); in publishManifestShortcuts()778 final ShortcutInfo newShortcut = newManifestShortcutList.get(i); in publishManifestShortcuts()