Home
last modified time | relevance | path

Searched defs:locusIds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutQueryWrapper.java143 List<LocusId> locusIds = null; in ShortcutQueryWrapper() local
DShortcutServiceInternal.java50 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcuts()
DLauncherApps.java518 public ShortcutQuery setLocusIds(@Nullable List<LocusId> locusIds) { in setLocusIds()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java832 final List<LocusId> locusIds = query.getLocusIds(); in getShortcuts() local
1377 final List<LocusId> locusIds = query.getLocusIds(); in filterShortcutsByQuery() local
DShortcutService.java3125 @Nullable List<LocusId> locusIds, @Nullable ComponentName componentName, in getShortcuts()
3174 @Nullable List<LocusId> locusIds, long changedSince, in getShortcutsInnerLocked()
3220 @Nullable List<LocusId> locusIds, long changedSince, in getFilterFromQuery()