Searched refs:newManifestShortcutList (Results 1 – 1 of 1) sorted by relevance
1141 List<ShortcutInfo> newManifestShortcutList = null; in rescanPackageIfNeeded() local1146 newManifestShortcutList = ShortcutParser.parseShortcuts(mShortcutUser.mService, in rescanPackageIfNeeded()1152 final int manifestShortcutSize = newManifestShortcutList == null ? 0 in rescanPackageIfNeeded()1153 : newManifestShortcutList.size(); in rescanPackageIfNeeded()1240 publishManifestShortcuts(newManifestShortcutList); in rescanPackageIfNeeded()1242 if (newManifestShortcutList != null) { in rescanPackageIfNeeded()1255 private boolean publishManifestShortcuts(List<ShortcutInfo> newManifestShortcutList) { in publishManifestShortcuts() argument1271 if (newManifestShortcutList != null) { in publishManifestShortcuts()1272 final int newListSize = newManifestShortcutList.size(); in publishManifestShortcuts()1277 final ShortcutInfo newShortcut = newManifestShortcutList.get(i); in publishManifestShortcuts()