Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2094 return getShortcutsWithQueryLocked( in getDynamicShortcuts()
2108 return getShortcutsWithQueryLocked( in getManifestShortcuts()
2122 return getShortcutsWithQueryLocked( in getPinnedShortcuts()
2129 private ParceledListSlice<ShortcutInfo> getShortcutsWithQueryLocked(@NonNull String packageName, in getShortcutsWithQueryLocked() method in ShortcutService