Searched defs:cacheShortcuts (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutServiceInternal.java | 100 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutServiceInternal
|
H A D | ILauncherApps.aidl | 106 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts() method
|
H A D | LauncherApps.java | 1224 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 D | LauncherAppsService.java | 901 public void cacheShortcuts(String callingPackage, String packageName, List<String> ids, in cacheShortcuts() method in LauncherAppsService.LauncherAppsImpl
|
H A D | ShortcutService.java | 3372 public void cacheShortcuts(int launcherUserId, in cacheShortcuts() method
|