Searched defs:startFlags (Results 1 - 5 of 5) 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/core/java/android/app/
H A DActivityManagerNative.java157 int startFlags = data.readInt();
163 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
180 int startFlags = data.readInt();
187 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
204 int startFlags = data.readInt();
212 resultTo, resultWho, requestCode, startFlags, profilerInfo, options,
230 int startFlags = data.readInt();
237 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
254 int startFlags = data.readInt();
260 resultTo, resultWho, requestCode, startFlags, confi
2631 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
2665 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2700 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
2736 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
2771 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
2835 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.java83 int requestCode, int startFlags, Configuration newConfig,
81 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration newConfig, Bundle options, int userId) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java329 final int startFlags; field in class:ActivityStackSupervisor.PendingActivityLaunch
336 startFlags = _startFlags;
863 ActivityInfo resolveActivity(Intent intent, String resolvedType, int startFlags, argument
887 if ((startFlags&ActivityManager.START_FLAG_DEBUG) != 0) {
893 if ((startFlags&ActivityManager.START_FLAG_OPENGL_TRACES) != 0) {
914 0 /* startFlags */, null /* options */, false /* ignoreTargetSecurity */,
928 IBinder resultTo, String resultWho, int requestCode, int startFlags,
943 resolveActivity(intent, resolvedType, startFlags, profilerInfo, userId);
1048 realCallingPid, realCallingUid, startFlags, options, ignoreTargetSecurity,
1404 int realCallingPid, int realCallingUid, int startFlags, Bundl
925 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, boolean ignoreTargetSecurity, int userId, IActivityContainer iContainer, TaskRecord inTask) argument
1399 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 ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, TaskRecord inTask) argument
1828 startActivityUncheckedLocked(final ActivityRecord r, ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, int startFlags, boolean doResume, Bundle options, TaskRecord inTask) argument
[all...]
H A DActivityManagerService.java3851 int startFlags, ProfilerInfo profilerInfo, Bundle options) {
3853 resultWho, requestCode, startFlags, profilerInfo, options,
3860 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3866 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3873 int startFlags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity,
3929 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags, null,
3951 int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) {
3958 null, null, resultTo, resultWho, requestCode, startFlags, profilerInfo, res, null,
3966 int startFlags, Configuration config, Bundle options, int userId) {
3972 resolvedType, null, null, resultTo, resultWho, requestCode, startFlags,
3849 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options) argument
3858 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3871 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
3949 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
3964 startActivityWithConfig(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, Configuration config, Bundle options, int userId) argument
4010 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle options, int userId) argument
4189 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...]

Completed in 124 milliseconds