Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java1136 List<ShortcutInfo> newManifestShortcutList = null; in rescanPackageIfNeeded() local
1250 private boolean publishManifestShortcuts(List<ShortcutInfo> newManifestShortcutList) { in publishManifestShortcuts()