Searched defs:cacheShortcuts (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutServiceInternal.java | 93 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutServiceInternal
|
D | ILauncherApps.aidl | 101 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts() method
|
D | LauncherApps.java | 1145 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts() method in LauncherApps
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 785 public void cacheShortcuts(String callingPackage, String packageName, List<String> ids, in cacheShortcuts() method in LauncherAppsService.LauncherAppsImpl
|
D | ShortcutService.java | 3049 public void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutService.LocalService
|