Home
last modified time | relevance | path

Searched refs:locusIds (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutQueryWrapper.java143 List<LocusId> locusIds = null; in ShortcutQueryWrapper() local
145 locusIds = new ArrayList<>(); in ShortcutQueryWrapper()
146 in.readParcelableList(locusIds, LocusId.class.getClassLoader()); in ShortcutQueryWrapper()
155 this.mLocusIds = locusIds; in ShortcutQueryWrapper()
DShortcutServiceInternal.java50 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcuts() argument
DLauncherApps.java488 public ShortcutQuery setLocusIds(@Nullable List<LocusId> locusIds) { in setLocusIds() argument
489 mLocusIds = locusIds; in setLocusIds()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java719 final List<LocusId> locusIds = query.getLocusIds(); in getShortcuts() local
726 if (locusIds != null && packageName == null) { in getShortcuts()
734 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcuts()
1157 final List<LocusId> locusIds = query.getLocusIds(); in filterShortcutsByQuery() local
1188 if (locusIds != null && !locusIds.contains(si.getLocusId())) { in filterShortcutsByQuery()
DShortcutService.java2856 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcuts() argument
2877 callingPackage, packageName, shortcutIds, locusIds, changedSince, in getShortcuts()
2882 final List<LocusId> locusIdsF = locusIds; in getShortcuts()
2897 @Nullable List<LocusId> locusIds, long changedSince, in getShortcutsInnerLocked() argument
2903 final ArraySet<LocusId> locIds = locusIds == null ? null in getShortcutsInnerLocked()
2904 : new ArraySet<>(locusIds); in getShortcutsInnerLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java2027 String packageName, List<String> shortcutIds, List<LocusId> locusIds,
2033 q.setLocusIds(locusIds);