Home
last modified time | relevance | path

Searched refs:componentSpecified (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java106 final boolean componentSpecified; // did caller specifiy an explicit component? field in ActivityRecord
201 pw.print(" componentSpecified="); pw.print(componentSpecified); in dump()
395 componentSpecified = _componentSpecified; in ActivityRecord()
1128 out.attribute(null, ATTR_COMPONENTSPECIFIED, String.valueOf(componentSpecified)); in saveToXml()
1153 boolean componentSpecified = false; in restoreFromXml()
1173 componentSpecified = Boolean.valueOf(attrValue); in restoreFromXml()
1218 null, null, 0, componentSpecified, stackSupervisor, null, null); in restoreFromXml()
DActivityStackSupervisor.java847 boolean componentSpecified = intent.getComponent() != null; in startActivityMayWait()
935 componentSpecified = true; in startActivityMayWait()
955 componentSpecified, null, container, inTask); in startActivityMayWait()
1044 boolean componentSpecified = intent.getComponent() != null; in startActivities()
1070 0, theseOptions, componentSpecified, outActivity, null, null); in startActivities()
1302 boolean componentSpecified, ActivityRecord[] outActivity, ActivityContainer container, in startActivityLocked() argument
1484 requestCode, componentSpecified, this, container, options); in startActivityLocked()