Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl70 oneway void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method
DSplitScreenController.java187 public void startShortcut(String packageName, String shortcutId, in startShortcut() method in SplitScreenController
430 public void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method in SplitScreenController.ISplitScreenImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicy.java296 void startShortcut(String packageName, String shortcutId, @StageType int stage, in startShortcut() method
327 public void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method in DragAndDropPolicy.DefaultStarter
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1514 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
1538 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps
1546 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
DILauncherApps.aidl78 boolean startShortcut(String callingPackage, String packageName, String featureId, String id, in startShortcut() method
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java970 public boolean startShortcut(String callingPackage, String packageName, String featureId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl