Searched refs:origActivity (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DRecentsTaskLoadPlan.java106 final ComponentName sourceComponent = t.origActivity != null
108 ? t.origActivity
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java210 ComponentName origActivity; // The non-alias activity component of the intent. field in class:TaskRecord
397 origActivity = _origActivity;
830 origActivity = null;
843 origActivity = _intent.getComponent();
847 origActivity = new ComponentName(info.packageName, info.name);
1966 if (origActivity != null) {
1967 pw.print(prefix); pw.print("origActivity=");
1968 pw.println(origActivity.flattenToShortString());
2077 if (origActivity != null) {
2078 proto.write(ORIG_ACTIVITY, origActivity
2246 create(ActivityManagerService service, int taskId, Intent intent, Intent affinityIntent, String affinity, String rootAffinity, ComponentName realActivity, ComponentName origActivity, boolean rootWasReset, boolean autoRemoveRecents, boolean askedCompatMode, int userId, int effectiveUid, String lastDescription, ArrayList<ActivityRecord> activities, long lastTimeMoved, boolean neverRelinquishIdentity, TaskDescription lastTaskDescription, int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, int resizeMode, boolean supportsPictureInPicture, boolean realActivitySuspended, boolean userSetupComplete, int minWidth, int minHeight) argument
[all...]
H A DRecentTasks.java1529 rti.origActivity = tr.origActivity;
H A DActivityStackSupervisor.java4431 taskNames[i] = task.origActivity != null ? task.origActivity.flattenToString()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DTaskRecordTests.java186 ComponentName origActivity, boolean rootWasReset, boolean autoRemoveRecents,
183 create(ActivityManagerService service, int taskId, Intent intent, Intent affinityIntent, String affinity, String rootAffinity, ComponentName realActivity, ComponentName origActivity, boolean rootWasReset, boolean autoRemoveRecents, boolean askedCompatMode, int userId, int effectiveUid, String lastDescription, ArrayList<ActivityRecord> activities, long lastTimeMoved, boolean neverRelinquishIdentity, ActivityManager.TaskDescription lastTaskDescription, int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, int resizeMode, boolean supportsPictureInPicture, boolean realActivitySuspended, boolean userSetupComplete, int minWidth, int minHeight) argument
/frameworks/base/core/java/android/app/
H A DActivityManager.java1474 public ComponentName origActivity; field in class:ActivityManager.RecentTaskInfo
1589 ComponentName.writeToParcel(origActivity, dest);
1622 origActivity = ComponentName.readFromParcel(source);

Completed in 195 milliseconds