Searched refs:bOptions (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DAppTaskImpl.java112 Intent intent, String resolvedType, Bundle bOptions) {
134 .setActivityOptions(bOptions)
111 startActivity(IBinder whoThread, String callingPackage, Intent intent, String resolvedType, Bundle bOptions) argument
H A DSafeActivityOptions.java63 * @param bOptions The {@link ActivityOptions} as {@link Bundle}.
65 static SafeActivityOptions fromBundle(Bundle bOptions) { argument
66 return bOptions != null
67 ? new SafeActivityOptions(ActivityOptions.fromBundle(bOptions))
H A DActivityManagerService.java5081 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) {
5083 resultWho, requestCode, startFlags, profilerInfo, bOptions,
5090 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
5092 resultWho, requestCode, startFlags, profilerInfo, bOptions, userId,
5098 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId,
5115 .setActivityOptions(bOptions)
5124 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity,
5189 .setActivityOptions(bOptions)
5213 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
5227 .setActivityOptions(bOptions)
5079 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
5088 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
5096 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId, boolean validateIncomingUser) argument
5122 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity, int userId) argument
5211 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
5236 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle bOptions, int userId) argument
5258 startActivityIntentSender(IApplicationThread caller, IIntentSender target, IBinder whitelistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int flagsMask, int flagsValues, Bundle bOptions) argument
5289 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
5314 startAssistantActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, Bundle bOptions, int userId) argument
5443 startNextMatchingActivity(IBinder callingActivity, Intent intent, Bundle bOptions) argument
5562 startActivityFromRecents(int taskId, Bundle bOptions) argument
5581 startActivities(IApplicationThread caller, String callingPackage, Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle bOptions, int userId) argument
8292 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions, int userId) argument
8363 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions) argument
11092 moveTaskToFront(int taskId, int flags, Bundle bOptions) argument
21207 broadcastIntentLocked(ProcessRecord callerApp, String callerPackage, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle bOptions, boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) argument
21929 broadcastIntent(IApplicationThread caller, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle bOptions, boolean serialized, boolean sticky, int userId) argument
21953 broadcastIntentInPackage(String packageName, int uid, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String requiredPermission, Bundle bOptions, boolean serialized, boolean sticky, int userId) argument
26466 startActivitiesAsPackage(String packageName, int userId, Intent[] intents, Bundle bOptions) argument
[all...]
H A DActivityStarter.java2567 ActivityStarter setActivityOptions(Bundle bOptions) { argument
2568 return setActivityOptions(SafeActivityOptions.fromBundle(bOptions));
H A DUserController.java2082 Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle bOptions,
2087 resultCode, resultData, resultExtras, requiredPermissions, appOp, bOptions,
2080 broadcastIntent(Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle bOptions, boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java236 int userId, Intent[] intents, Bundle bOptions);
235 startActivitiesAsPackage(String packageName, int userId, Intent[] intents, Bundle bOptions) argument
H A DActivityOptions.java1114 public static ActivityOptions fromBundle(Bundle bOptions) { argument
1115 return bOptions != null ? new ActivityOptions(bOptions) : null;
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java389 String[] requiredPermissions, int appOp, Bundle bOptions, boolean ordered,
387 broadcastIntent(Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle bOptions, boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) argument

Completed in 241 milliseconds