Searched refs:componentSpecified (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityRecord.java | 126 final boolean componentSpecified; // did caller specify an explicit component? field in ActivityRecord 263 pw.print(" componentSpecified="); pw.print(componentSpecified); in dump() 613 componentSpecified = _componentSpecified; in ActivityRecord() 754 private void setActivityType(boolean componentSpecified, 756 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord)) 1405 out.attribute(null, ATTR_COMPONENTSPECIFIED, String.valueOf(componentSpecified)); in saveToXml() 1430 boolean componentSpecified = false; in restoreFromXml() 1450 componentSpecified = Boolean.valueOf(attrValue); in restoreFromXml() 1495 null, null, 0, componentSpecified, false, stackSupervisor, null, null, null); in restoreFromXml()
|
D | ActivityStarter.java | 229 ActivityOptions options, boolean ignoreTargetSecurity, boolean componentSpecified, in startActivityLocked() argument 495 requestCode, componentSpecified, voiceSession != null, mSupervisor, container, in startActivityLocked() 687 boolean componentSpecified = intent.getComponent() != null; in startActivityMayWait() 808 componentSpecified = true; in startActivityMayWait() 823 options, ignoreTargetSecurity, componentSpecified, outRecord, container, in startActivityMayWait() 921 boolean componentSpecified = intent.getComponent() != null; in startActivities() 944 options, false, componentSpecified, outActivity, null, null); in startActivities()
|