Searched refs:getPinnedShortcutIds (Results 1 – 3 of 3) sorted by relevance
169 public ArraySet<String> getPinnedShortcutIds(@NonNull String packageName, in getPinnedShortcutIds() method in ShortcutLauncher179 getPinnedShortcutIds(shortcut.getPackage(), shortcut.getUserId()); in hasPinned()188 final ArraySet<String> pinnedSet = getPinnedShortcutIds(packageName, packageUserId); in addPinnedShortcut()
482 final ArraySet<String> pinned = launcherShortcuts.getPinnedShortcutIds( in refreshPinnedFlags()615 .getPinnedShortcutIds(getPackageName(), getPackageUserId()); in findAll()
11446 HSPLcom/android/server/pm/ShortcutLauncher;->getPinnedShortcutIds(Ljava/lang/String;I)Landroid/util…