Home
last modified time | relevance | path

Searched refs:startShortcut (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java238 mStarter.startShortcut(packageName, id, position, opts, user); in startClipDescription()
297 void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method
331 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method in DragAndDropPolicy.DefaultStarter
336 launcherApps.startShortcut(packageName, shortcutId, null /* sourceBounds */, in startShortcut()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DSplitScreenController.java223 public void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in SplitScreenController
231 launcherApps.startShortcut(packageName, shortcutId, null /* sourceBounds */, in startShortcut()
566 public void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method in SplitScreenController.ISplitScreenImpl
570 controller.startShortcut(packageName, shortcutId, position, in startShortcut()
H A DISplitScreen.aidl73 oneway void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseActivity.java326 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut() method in BaseActivity
332 getSystemService(LauncherApps.class).startShortcut(packageName, id, sourceBounds, in startShortcut()
H A DBaseDraggingActivity.java253 startShortcut(packageName, id, intent.getSourceBounds(), optsBundle, info.user); in startShortcutIntentSafely()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java297 public void startShortcut(String packageName, String shortcutId, @SplitPosition int position, in startShortcut() method in SplitScreenController
307 launcherApps.startShortcut(packageName, shortcutId, null /* sourceBounds */, in startShortcut()
647 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method in SplitScreenController.ISplitScreenImpl
651 controller.startShortcut(packageName, shortcutId, position, options, user); in startShortcut()
H A DISplitScreen.aidl73 oneway void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceTileView.java73 launcherApps.startShortcut(tile.getPackageName(), tile.getId(), null, null, in setOnClickListener()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1516 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
1521 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions, in startShortcut()
1540 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps
1542 startShortcut(shortcut.getPackage(), shortcut.getId(), in startShortcut()
1548 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
1552 final boolean success = mService.startShortcut(mContext.getPackageName(), packageName, in startShortcut()
H A DILauncherApps.aidl78 boolean startShortcut(String callingPackage, String packageName, String featureId, String id, in startShortcut() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java152 launcherApps.startShortcut( in onCreate()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java596 public void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method in SystemUiProxy
600 mSplitScreen.startShortcut(packageName, shortcutId, position, options, in startShortcut()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DTaskView.java133 service.startShortcut(shortcut, null /* sourceBounds */, options.toBundle()); in startShortcutActivity()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarActivityContext.java510 .startShortcut(packageName, id, null, null, info.user); in onTaskbarIconClicked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java2097 mLauncherApps.startShortcut(packageName, shortcutId, null, null, in launchShortcutAndGetIntents()
2114 mLauncherApps.startShortcut( in launchShortcutAndGetIntents_withShortcutInfo()
2137 mLauncherApps.startShortcut(packageName, shortcutId, null, null,
2155 mLauncherApps.startShortcut(packageName, shortcutId, null, null,
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java970 public boolean startShortcut(String callingPackage, String packageName, String featureId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt12233 …method public void startShortcut(@NonNull String, @NonNull String, @Nullable android.graphics.Rect…
12234 …method public void startShortcut(@NonNull android.content.pm.ShortcutInfo, @Nullable android.graph…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14121 Landroid/content/pm/ILauncherApps$Stub$Proxy;->startShortcut(Ljava/lang/String;Ljava/lang/String;Lj…
14160 Landroid/content/pm/ILauncherApps;->startShortcut(Ljava/lang/String;Ljava/lang/String;Ljava/lang/St…
/aosp12/frameworks/base/services/
H A Dart-profile29902 PLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->startShortcut(Ljava/lang/String;Ljav…