Searched refs:startActivityOptions (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 1134 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 1138 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions, in startShortcut() 1158 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() argument 1160 sourceBounds, startActivityOptions, in startShortcut() local 1166 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 1171 sourceBounds, startActivityOptions, userId); in startShortcut()
|
D | ILauncherApps.aidl | 73 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 721 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut() argument 745 intents, packageName, startActivityOptions, targetUserId); in startShortcut() 749 @NonNull String publisherPackage, Bundle startActivityOptions, int userId) { in startShortcutIntentsAsPublisher() argument 753 userId, intents, startActivityOptions); in startShortcutIntentsAsPublisher()
|