Searched refs:origActivity (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/app/
H A DActivityManager.java1559 public ComponentName origActivity; field in class:ActivityManager.RecentTaskInfo
1668 ComponentName.writeToParcel(origActivity, dest);
1701 origActivity = ComponentName.readFromParcel(source);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java9682 rti.origActivity = tr.origActivity;
[all...]
H A DActivityStackSupervisor.java4063 taskNames[i] = task.origActivity != null ? task.origActivity.flattenToString()
H A DTaskRecord.java200 ComponentName origActivity; // The non-alias activity component of the intent. field in class:TaskRecord
409 origActivity = _origActivity;
831 origActivity = null;
844 origActivity = _intent.getComponent();
848 origActivity = new ComponentName(info.packageName, info.name);
1708 if (origActivity != null) {
1709 out.attribute(null, ATTR_ORIGACTIVITY, origActivity.flattenToShortString());
1793 ComponentName origActivity = null;
1839 origActivity = ComponentName.unflattenFromString(attrValue);
1973 affinityIntent, affinity, rootAffinity, realActivity, origActivity, rootHasRese
[all...]

Completed in 227 milliseconds