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()
471 final ShortcutPackage ps = mService.getPackageShortcutsForPublisherLocked( in directPinShortcut()
DShortcutService.java1204 ShortcutPackage getPackageShortcutsForPublisherLocked( in getPackageShortcutsForPublisherLocked() method in ShortcutService
1681 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in setDynamicShortcuts()
1732 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in updateShortcuts()
1812 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in addDynamicShortcuts()
1914 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in disableShortcuts()
1943 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in enableShortcuts()
1965 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in removeDynamicShortcuts()
1989 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in removeAllDynamicShortcuts()
2044 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in getShortcutsWithQueryLocked()
2065 final ShortcutPackage ps = getPackageShortcutsForPublisherLocked(packageName, userId); in getRemainingCallCount()
[all …]