Searched refs:componentSpecified (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java106 final boolean componentSpecified; // did caller specifiy an explicit component? field in class:ActivityRecord
201 pw.print(" componentSpecified="); pw.print(componentSpecified);
395 componentSpecified = _componentSpecified;
1128 out.attribute(null, ATTR_COMPONENTSPECIFIED, String.valueOf(componentSpecified));
1153 boolean componentSpecified = false;
1173 componentSpecified = Boolean.valueOf(attrValue);
1218 null, null, 0, componentSpecified, stackSupervisor, null, null);
H A DActivityStackSupervisor.java847 boolean componentSpecified = intent.getComponent() != null;
935 componentSpecified = true;
955 componentSpecified, null, container, inTask);
1044 boolean componentSpecified = intent.getComponent() != null;
1070 0, theseOptions, componentSpecified, outActivity, null, null);
1302 boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container,
1484 requestCode, componentSpecified, this, container, options);
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

Completed in 61 milliseconds