Searched defs:startShortcut (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 1104 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps 1128 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps 1136 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
|
D | ILauncherApps.aidl | 72 boolean startShortcut(String callingPackage, String packageName, String id, in startShortcut() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 726 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
|