Searched refs:getPinnedShortcuts (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl38 ParceledListSlice getPinnedShortcuts(String packageName, int userId);
H A DShortcutManager.java47 * {@link #getPinnedShortcuts()}. Applications should keep the pinned shortcut information
198 public List<ShortcutInfo> getPinnedShortcuts() { method in class:ShortcutManager
200 return mService.getPinnedShortcuts(mContext.getPackageName(), injectMyUserId())
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1502 public ParceledListSlice<ShortcutInfo> getPinnedShortcuts(String packageName, method in class:ShortcutService

Completed in 108 milliseconds