Searched defs:startFlags (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java47 public void newSession(IBinder token, Bundle args, int startFlags) {
49 startFlags, token, args));
117 void doNewSession(IBinder token, Bundle args, int startFlags) { argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStartInterceptor.java88 void setStates(int userId, int realCallingPid, int realCallingUid, int startFlags, argument
93 mStartFlags = startFlags;
H A DActivityStarter.java234 String callingPackage, int realCallingPid, int realCallingUid, int startFlags,
394 mInterceptor.setStates(userId, realCallingPid, realCallingUid, startFlags, callingPackage);
444 aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags,
470 aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, null /*profilerInfo*/);
493 sourceRecord, startFlags, stack, callerApp);
515 err = startActivityUnchecked(r, sourceRecord, voiceSession, voiceInteractor, startFlags,
645 0 /*realCallingPid*/, 0 /*realCallingUid*/, 0 /*startFlags*/, null /*options*/,
718 IBinder resultTo, String resultWho, int requestCode, int startFlags,
760 ActivityInfo aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, profilerInfo);
862 callingUid, callingPackage, realCallingPid, realCallingUid, startFlags,
230 startActivityLocked(IApplicationThread caller, Intent intent, Intent ephemeralIntent, String resolvedType, ActivityInfo aInfo, ResolveInfo rInfo, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, int realCallingPid, int realCallingUid, int startFlags, ActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, ActivityStackSupervisor.ActivityContainer container, TaskRecord inTask) argument
715 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, IActivityManager.WaitResult outResult, Configuration config, Bundle bOptions, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1024 startActivityUnchecked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, ActivityOptions options, TaskRecord inTask) argument
1252 setInitialState(ActivityRecord r, ActivityOptions options, TaskRecord inTask, boolean doResume, int startFlags, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) argument
[all...]
H A DActivityStackSupervisor.java460 final int startFlags; field in class:ActivityStackSupervisor.PendingActivityLaunch
468 startFlags = _startFlags;
1137 ActivityInfo resolveActivity(Intent intent, ResolveInfo rInfo, int startFlags, argument
1150 if ((startFlags & ActivityManager.START_FLAG_DEBUG) != 0) {
1154 if ((startFlags & ActivityManager.START_FLAG_NATIVE_DEBUGGING) != 0) {
1158 if ((startFlags & ActivityManager.START_FLAG_TRACK_ALLOCATION) != 0) {
1184 ActivityInfo resolveActivity(Intent intent, String resolvedType, int startFlags, argument
1187 return resolveActivity(intent, rInfo, startFlags, profilerInfo);
H A DActivityManagerService.java4330 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) {
4332 resultWho, requestCode, startFlags, profilerInfo, bOptions,
4358 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
4364 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
4371 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity,
4427 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
4449 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
4456 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
4464 int startFlags, Configuration config, Bundle bOptions, int userId) {
4470 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
4328 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
4356 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4369 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
4447 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4462 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle bOptions, int userId) argument
4508 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
4731 startActivityInPackage(int uid, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Bundle bOptions, int userId, IActivityContainer container, TaskRecord inTask) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java160 int startFlags = data.readInt();
166 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
183 int startFlags = data.readInt();
190 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
207 int startFlags = data.readInt();
215 resultTo, resultWho, requestCode, startFlags, profilerInfo, options,
233 int startFlags = data.readInt();
240 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
257 int startFlags = data.readInt();
263 resultTo, resultWho, requestCode, startFlags, confi
3074 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3108 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3143 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity, int userId) argument
3179 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3214 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
3278 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.java86 int requestCode, int startFlags, Configuration newConfig,
84 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 1773 milliseconds