Searched defs:startShortcut (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 1133 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
|
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 | 720 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
|