Searched refs:getPinnedShortcutIds (Results 1 – 4 of 4) sorted by relevance
177 public ArraySet<String> getPinnedShortcutIds(@NonNull String packageName, in getPinnedShortcutIds() method in ShortcutLauncher187 getPinnedShortcutIds(shortcut.getPackage(), shortcut.getUserId()); in hasPinned()196 final ArraySet<String> pinnedSet = getPinnedShortcutIds(packageName, packageUserId); in addPinnedShortcut()
667 final ArraySet<String> pinned = launcherShortcuts.getPinnedShortcutIds( in refreshPinnedFlags()804 .getPinnedShortcutIds(getPackageName(), getPackageUserId()); in findAll()839 .getPinnedShortcutIds(getPackageName(), getPackageUserId()); in findAllByIds()864 .getPinnedShortcutIds(getPackageName(), getPackageUserId()); in findAllPinned()
3338 ArraySet<String> oldPinnedIds = launcher.getPinnedShortcutIds(packageName, userId); in pinShortcuts()
32327 HPLcom/android/server/pm/ShortcutLauncher;->getPinnedShortcutIds(Ljava/lang/String;I)Landroid/util/…