Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java135 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() method in ShortcutServiceInternal
DILauncherApps.aidl118 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts() method
DLauncherApps.java1584 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.java1362 public void cacheShortcuts(String callingPackage, String packageName, List<String> ids, in cacheShortcuts() method in LauncherAppsService.LauncherAppsImpl