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.java2125 return getShortcutsWithQueryLocked( in getDynamicShortcuts()
2139 return getShortcutsWithQueryLocked( in getManifestShortcuts()
2153 return getShortcutsWithQueryLocked( in getPinnedShortcuts()
2193 private ParceledListSlice<ShortcutInfo> getShortcutsWithQueryLocked(@NonNull String packageName, in getShortcutsWithQueryLocked() method in ShortcutService