Home
last modified time | relevance | path

Searched refs:locusIds (Results 1 – 7 of 7) 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(), android.content.LocusId.class); in ShortcutQueryWrapper()
155 this.mLocusIds = locusIds; in ShortcutQueryWrapper()
DShortcutServiceInternal.java52 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcuts() argument
64 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcutsAsync() argument
DLauncherApps.java539 public ShortcutQuery setLocusIds(@Nullable List<LocusId> locusIds) { in setLocusIds() argument
540 mLocusIds = locusIds; in setLocusIds()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java1251 final List<LocusId> locusIds = query.getLocusIds(); in getShortcuts() local
1258 if (locusIds != null && packageName == null) { in getShortcuts()
1269 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcuts()
1287 final List<LocusId> locusIds = query.getLocusIds(); in getShortcutsAsync() local
1294 if (locusIds != null && packageName == null) { in getShortcutsAsync()
1303 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcutsAsync() local
2364 final List<LocusId> locusIds = query.getLocusIds(); in filterShortcutsByQuery() local
2395 if (locusIds != null && !locusIds.contains(si.getLocusId())) { in filterShortcutsByQuery()
DShortcutService.java2973 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName,
3002 callingPackage, packageName, shortcutIds, locusIds, changedSince,
3007 final List<LocusId> locusIdsF = locusIds;
3022 @Nullable List<LocusId> locusIds, long changedSince,
3047 final Predicate<ShortcutInfo> filter = getFilterFromQuery(ids, locusIds, changedSince,
3054 @Nullable List<LocusId> locusIds, long changedSince,
3057 final ArraySet<LocusId> locIds = locusIds == null ? null
3058 : new ArraySet<>(locusIds);
3100 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName,
3104 changedSince, packageName, shortcutIds, locusIds, componentName, queryFlags,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java2177 String packageName, List<String> shortcutIds, List<LocusId> locusIds,
2183 q.setLocusIds(locusIds);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...