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.java665 List<ShortcutInfo> newManifestShortcutList = null; in rescanPackageIfNeeded() local
667 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() argument
772 if (newManifestShortcutList != null) { in publishManifestShortcuts()
773 final int newListSize = newManifestShortcutList.size(); in publishManifestShortcuts()
778 final ShortcutInfo newShortcut = newManifestShortcutList.get(i); in publishManifestShortcuts()