Searched refs:startFlags (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java289 final int startFlags; field in class:ActivityStackSupervisor.PendingActivityLaunch
296 startFlags = _startFlags;
786 ActivityInfo resolveActivity(Intent intent, String resolvedType, int startFlags, argument
810 if ((startFlags&ActivityManager.START_FLAG_DEBUG) != 0) {
816 if ((startFlags&ActivityManager.START_FLAG_OPENGL_TRACES) != 0) {
840 IBinder resultTo, String resultWho, int requestCode, int startFlags,
853 ActivityInfo aInfo = resolveActivity(intent, resolvedType, startFlags,
954 realCallingPid, realCallingUid, startFlags, options,
1301 int realCallingPid, int realCallingUid, int startFlags, Bundle options,
1495 new PendingActivityLaunch(r, sourceRecord, startFlags, stac
837 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, WaitResult outResult, Configuration config, Bundle options, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1296 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, ActivityInfo aInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, Bundle options, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
1599 startActivityUncheckedLocked(ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, Bundle options, TaskRecord inTask) argument
[all...]
H A DActivityManagerService.java3350 int startFlags, ProfilerInfo profilerInfo, Bundle options) {
3352 resultWho, requestCode, startFlags, profilerInfo, options,
3359 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3365 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3372 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3417 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
3439 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3446 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
3454 int startFlags, Configuration config, Bundle options, int userId) {
3460 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3348 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3357 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3370 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3437 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3452 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3498 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3664 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle options, int userId, IActivityContainer container, TaskRecord inTask) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java134 int startFlags = data.readInt();
140 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
157 int startFlags = data.readInt();
164 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
181 int startFlags = data.readInt();
188 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
205 int startFlags = data.readInt();
212 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
229 int startFlags = data.readInt();
235 resultTo, resultWho, requestCode, startFlags, confi
2403 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2437 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2472 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2506 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2541 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2605 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
[all...]
H A DIActivityManager.java79 int requestCode, int startFlags, Configuration newConfig,
77 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument

Completed in 131 milliseconds