Searched refs:startActivityOptions (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | LauncherAppsCompat.java | 31 ComponentName component, Bundle startActivityOptions, UserHandle user) { in getMainActivityLaunchIntent() argument 32 return launcherApps.getMainActivityLaunchIntent(component, startActivityOptions, user); in getMainActivityLaunchIntent()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | BaseActivity.java | 327 Bundle startActivityOptions, UserHandle user) { in startShortcut() argument 333 startActivityOptions, user); in startShortcut()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LauncherApps.java | 748 @Nullable Bundle startActivityOptions, @NonNull UserHandle user) { in getMainActivityLaunchIntent() argument 1517 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 1521 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions, in startShortcut() 1541 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions) { in startShortcut() argument 1543 sourceBounds, startActivityOptions, in startShortcut() local 1549 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions, in startShortcut() argument 1553 null /* default featureId */, shortcutId, sourceBounds, startActivityOptions, in startShortcut()
|
H A D | ILauncherApps.aidl | 79 in Rect sourceBounds, in Bundle startActivityOptions, int userId); in startShortcut() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | LauncherAppsService.java | 971 String shortcutId, Rect sourceBounds, Bundle startActivityOptions, in startShortcut() argument 993 ActivityOptions options = ActivityOptions.fromBundle(startActivityOptions); in startShortcut() 1008 if (startActivityOptions == null) { in startShortcut() 1009 startActivityOptions = new Bundle(); in startShortcut() 1011 startActivityOptions.putString(KEY_SPLASH_SCREEN_THEME, splashScreenThemeResName); in startShortcut() 1014 intents, packageName, featureId, startActivityOptions, targetUserId); in startShortcut() 1019 Bundle startActivityOptions, int userId) { in startShortcutIntentsAsPublisher() argument 1023 publishedFeatureId, userId, intents, startActivityOptions); in startShortcutIntentsAsPublisher()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |