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.java2005 return getShortcutsWithQueryLocked( in getDynamicShortcuts()
2019 return getShortcutsWithQueryLocked( in getManifestShortcuts()
2033 return getShortcutsWithQueryLocked( in getPinnedShortcuts()
2039 private ParceledListSlice<ShortcutInfo> getShortcutsWithQueryLocked(@NonNull String packageName, in getShortcutsWithQueryLocked() method in ShortcutService