Home
last modified time | relevance | path

Searched defs:startActivityOptions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1105 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
1129 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut()
1131 sourceBounds, startActivityOptions, in startShortcut() local
1137 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut()
DILauncherApps.aidl73 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java727 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) { in startShortcut()
755 @NonNull String publisherPackage, Bundle startActivityOptions, int userId) { in startShortcutIntentsAsPublisher()