Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java854 List<ShortcutInfo> newManifestShortcutList = null; in rescanPackageIfNeeded() local
856 newManifestShortcutList = ShortcutParser.parseShortcuts(mShortcutUser.mService, in rescanPackageIfNeeded()
861 final int manifestShortcutSize = newManifestShortcutList == null ? 0 in rescanPackageIfNeeded()
862 : newManifestShortcutList.size(); in rescanPackageIfNeeded()
949 publishManifestShortcuts(newManifestShortcutList); in rescanPackageIfNeeded()
951 if (newManifestShortcutList != null) { in rescanPackageIfNeeded()
962 private boolean publishManifestShortcuts(List<ShortcutInfo> newManifestShortcutList) { in publishManifestShortcuts() argument
983 if (newManifestShortcutList != null) { in publishManifestShortcuts()
984 final int newListSize = newManifestShortcutList.size(); in publishManifestShortcuts()
989 final ShortcutInfo newShortcut = newManifestShortcutList.get(i); in publishManifestShortcuts()