/frameworks/base/core/java/android/content/pm/ |
D | ShortcutQueryWrapper.java | 143 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()
|
D | ShortcutServiceInternal.java | 52 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcuts() argument 64 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcutsAsync() argument
|
D | LauncherApps.java | 539 public ShortcutQuery setLocusIds(@Nullable List<LocusId> locusIds) { in setLocusIds() argument 540 mLocusIds = locusIds; in setLocusIds()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 1251 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()
|
D | ShortcutService.java | 2973 @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/ |
D | BaseShortcutManagerTest.java | 2177 String packageName, List<String> shortcutIds, List<LocusId> locusIds, 2183 q.setLocusIds(locusIds);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |