Searched defs:startActivityOptions (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 1028 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() 1052 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() 1054 sourceBounds, startActivityOptions, in startShortcut() local 1059 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
|
D | ILauncherApps.aidl | 64 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 493 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut() 521 @NonNull String publisherPackage, Bundle startActivityOptions, int userId) { in startShortcutIntentsAsPublisher()
|