Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java93 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutServiceInternal
DILauncherApps.aidl101 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts() method
DLauncherApps.java1145 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts() method in LauncherApps
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java785 public void cacheShortcuts(String callingPackage, String packageName, List<String> ids, in cacheShortcuts() method in LauncherAppsService.LauncherAppsImpl
DShortcutService.java3049 public void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutService.LocalService