/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropPolicy.java | 238 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 D | SplitScreenController.java | 223 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 D | ISplitScreen.aidl | 73 oneway void startShortcut(String packageName, String shortcutId, int stage, int position, in startShortcut() method
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | BaseActivity.java | 326 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 D | BaseDraggingActivity.java | 253 startShortcut(packageName, id, intent.getSourceBounds(), optsBundle, info.user); in startShortcutIntentSafely()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | SplitScreenController.java | 297 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 D | ISplitScreen.aidl | 73 oneway void startShortcut(String packageName, String shortcutId, int position, in startShortcut() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleSpaceTileView.java | 73 launcherApps.startShortcut(tile.getPackageName(), tile.getId(), null, null, in setOnClickListener()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LauncherApps.java | 1516 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 D | ILauncherApps.aidl | 78 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 D | LaunchConversationActivity.java | 152 launcherApps.startShortcut( in onCreate()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | SystemUiProxy.java | 596 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 D | TaskView.java | 133 service.startShortcut(shortcut, null /* sourceBounds */, options.toBundle()); in startShortcutActivity()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarActivityContext.java | 510 .startShortcut(packageName, id, null, null, info.user); in onTaskbarIconClicked()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 2097 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 D | LauncherAppsService.java | 970 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 12233 …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 D | hiddenapi-max-target-o.txt | 14121 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 D | art-profile | 29902 PLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->startShortcut(Ljava/lang/String;Ljav…
|