Searched defs:getShortcuts (Results 1 – 9 of 9) sorted by relevance
74 public List<Shortcut> getShortcuts() { in getShortcuts() method in ShortcutParser
81 AndroidFuture<ParceledListSlice> getShortcuts(String packageName, int matchFlags, int userId); in getShortcuts() method
216 public List<ShortcutInfo> getShortcuts(@ShortcutMatchFlags int matchFlags) { in getShortcuts() method in ShortcutManager
47 getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutServiceInternal
74 ParceledListSlice getShortcuts(String callingPackage, in ShortcutQueryWrapper query, in getShortcuts() method
1136 public List<ShortcutInfo> getShortcuts(@NonNull ShortcutQuery query, in getShortcuts() method in LauncherApps
738 private List<ShortcutInfo> getShortcuts( in getShortcuts() method in DataManager
2629 public AndroidFuture<ParceledListSlice> getShortcuts(String packageName, in getShortcuts() method in ShortcutService3122 public List<ShortcutInfo> getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutService.LocalService
822 public ParceledListSlice getShortcuts(@NonNull final String callingPackage, in getShortcuts() method in LauncherAppsService.LauncherAppsImpl