Searched defs:ActivityRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java211 final class ActivityRecord extends ConfigurationContainer implements AppWindowContainerListener { class in inherits:ConfigurationContainer,AppWindowContainerListener
212 private static final String TAG = TAG_WITH_CLASS_NAME ? "ActivityRecord" : TAG_AM;
280 ActivityRecord resultTo; // who started this entry, so will get our reply
719 // {@link ActivityRecord} is a leaf node and has no children.
738 * Sets reference to the {@link TaskRecord} the {@link ActivityRecord} will treat as its parent.
739 * Note that this does not actually add the {@link ActivityRecord} as a {@link TaskRecord}
740 * children. However, this method will clean up references to this {@link ActivityRecord} in
749 * This method should only be called by {@link TaskRecord#removeActivity(ActivityRecord)}.
789 private final WeakReference<ActivityRecord> weakActivity;
792 Token(ActivityRecord activit
850 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromPid, method in class:ActivityRecord
[all...]

Completed in 12 milliseconds