Home
last modified time | relevance | path

Searched defs:startShortcut (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1133 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
1157 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps
1165 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
DILauncherApps.aidl72 boolean startShortcut(String callingPackage, String packageName, String id, in startShortcut() method
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java720 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl