Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java298 final ShortcutPackage ps = mService.getPackageShortcutsForPublisherLocked( in requestPinShortcutLocked()
472 final ShortcutPackage ps = mService.getPackageShortcutsForPublisherLocked( in directPinShortcut()
DShortcutService.java1250 ShortcutPackage getPackageShortcutsForPublisherLocked( in getPackageShortcutsForPublisherLocked() method in ShortcutService
1731 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in setDynamicShortcuts()
1785 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in updateShortcuts()
1870 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in addDynamicShortcuts()
1958 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked( in requestPinItem()
1988 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in disableShortcuts()
2023 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in enableShortcuts()
2050 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in removeDynamicShortcuts()
2078 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in removeAllDynamicShortcuts()
2134 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in getShortcutsWithQueryLocked()
[all …]