Searched defs:startShortcut (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | ISplitScreen.aidl | 70 oneway void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method
|
D | SplitScreenController.java | 187 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/ |
D | DragAndDropPolicy.java | 296 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/ |
D | LauncherApps.java | 1514 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
|
D | ILauncherApps.aidl | 78 boolean startShortcut(String callingPackage, String packageName, String featureId, String id, in startShortcut() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 970 public boolean startShortcut(String callingPackage, String packageName, String featureId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
|