Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicy.java322 void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method
356 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method in DragAndDropPolicy.DefaultStarter
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl81 oneway void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method
DSplitScreenController.java575 public void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in SplitScreenController
582 public void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in SplitScreenController
1394 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method in SplitScreenController.ISplitScreenImpl
DStageCoordinator.java532 void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in StageCoordinator
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1876 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
1900 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps
1908 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
DILauncherApps.aidl90 boolean startShortcut(String callingPackage, String packageName, String featureId, String id, in startShortcut() method
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java210 public abstract boolean startShortcut(int callerUid, int callerPid, String callingPackage, in startShortcut() method in LauncherAppsService.LauncherAppsServiceInternal
1493 public boolean startShortcut(String callingPackage, String packageName, String featureId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
2783 public boolean startShortcut(int callerUid, int callerPid, String callingPackage, in startShortcut() method in LauncherAppsService.LauncherAppsImpl.LocalService
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java570 public WindowContainerTransaction startShortcut(@NonNull String callingPackage, in startShortcut() method in WindowContainerTransaction