Searched refs:isPinnedByCaller (Results 1 – 4 of 4) sorted by relevance
52 isPinnedByCaller(int launcherUserId, @NonNull String callingPackage, in isPinnedByCaller() method in ShortcutServiceInternal
539 final boolean isPinnedByCaller = (callingLauncher == null) in findAll()543 if (!isPinnedByCaller) { in findAll()551 if (!isPinnedByCaller) { in findAll()
533 if (!mShortcutServiceInternal.isPinnedByCaller(getCallingUserId(), in startShortcut()
2451 public boolean isPinnedByCaller(int launcherUserId, @NonNull String callingPackage, in isPinnedByCaller() method in ShortcutService.LocalService