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.java335 void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method
369 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.aidl70 oneway void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method
DSplitScreenController.java485 public void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in SplitScreenController
492 public void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in SplitScreenController
1077 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method in SplitScreenController.ISplitScreenImpl
DStageCoordinator.java460 void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in StageCoordinator
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1554 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
1578 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps
1586 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
DILauncherApps.aidl82 boolean startShortcut(String callingPackage, String packageName, String featureId, String id, in startShortcut() method
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java151 public abstract boolean startShortcut(int callerUid, int callerPid, String callingPackage, in startShortcut() method in LauncherAppsService.LauncherAppsServiceInternal
1079 public boolean startShortcut(String callingPackage, String packageName, String featureId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
1924 public boolean startShortcut(int callerUid, int callerPid, String callingPackage, in startShortcut() method in LauncherAppsService.LauncherAppsImpl.LocalService
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java525 public WindowContainerTransaction startShortcut(@NonNull String callingPackage, in startShortcut() method in WindowContainerTransaction