Searched refs:newManifestShortcutList (Results 1 – 1 of 1) sorted by relevance
1136 List<ShortcutInfo> newManifestShortcutList = null; in rescanPackageIfNeeded() local1141 newManifestShortcutList = ShortcutParser.parseShortcuts(mShortcutUser.mService, in rescanPackageIfNeeded()1147 final int manifestShortcutSize = newManifestShortcutList == null ? 0 in rescanPackageIfNeeded()1148 : newManifestShortcutList.size(); in rescanPackageIfNeeded()1235 publishManifestShortcuts(newManifestShortcutList); in rescanPackageIfNeeded()1237 if (newManifestShortcutList != null) { in rescanPackageIfNeeded()1250 private boolean publishManifestShortcuts(List<ShortcutInfo> newManifestShortcutList) { in publishManifestShortcuts() argument1266 if (newManifestShortcutList != null) { in publishManifestShortcuts()1267 final int newListSize = newManifestShortcutList.size(); in publishManifestShortcuts()1272 final ShortcutInfo newShortcut = newManifestShortcutList.get(i); in publishManifestShortcuts()