Searched defs:componentSpecified (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java109 final boolean componentSpecified; // did caller specifiy an explicit component? field in class:ActivityRecord
209 pw.print(" componentSpecified="); pw.print(componentSpecified);
451 componentSpecified = _componentSpecified;
1176 out.attribute(null, ATTR_COMPONENTSPECIFIED, String.valueOf(componentSpecified));
1201 boolean componentSpecified = false;
1221 componentSpecified = Boolean.valueOf(attrValue);
1266 null, null, 0, componentSpecified, false, stackSupervisor, null, null);
H A DActivityStackSupervisor.java915 false /* componentSpecified */,
936 boolean componentSpecified = intent.getComponent() != null;
1029 componentSpecified = true;
1049 componentSpecified, null, container, inTask);
1138 boolean componentSpecified = intent.getComponent() != null;
1164 0, theseOptions, false, componentSpecified, outActivity, null, null);
1405 boolean ignoreTargetSecurity, boolean componentSpecified, ActivityRecord[] outActivity,
1638 requestCode, componentSpecified, voiceSession != null, this, container, options);
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

Completed in 31 milliseconds