Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java100 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutServiceInternal
H A DILauncherApps.aidl106 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts() method
H A DLauncherApps.java1224 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts() method in LauncherApps
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java901 public void cacheShortcuts(String callingPackage, String packageName, List<String> ids, in cacheShortcuts() method in LauncherAppsService.LauncherAppsImpl
H A DShortcutService.java3372 public void cacheShortcuts(int launcherUserId, in cacheShortcuts() method