Home
last modified time | relevance | path

Searched defs:cacheShortcuts (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DILauncherApps.aidl112 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts() method
H A DShortcutServiceInternal.java130 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutServiceInternal
H A DLauncherApps.java1319 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts() method in LauncherApps
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java1036 public void cacheShortcuts(String callingPackage, String packageName, List<String> ids, in cacheShortcuts() method in LauncherAppsService.LauncherAppsImpl