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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java185 final class ActivityRecord extends ConfigurationContainer implements AppWindowContainerListener { class in inherits:ConfigurationContainer,AppWindowContainerListener
186 private static final String TAG = TAG_WITH_CLASS_NAME ? "ActivityRecord" : TAG_AM;
258 ActivityRecord resultTo; // who started this entry, so will get our reply
693 // {@link ActivityRecord} is a leaf node and has no children.
712 * Sets reference to the {@link TaskRecord} the {@link ActivityRecord} will treat as its parent.
713 * Note that this does not actually add the {@link ActivityRecord} as a {@link TaskRecord}
714 * children. However, this method will clean up references to this {@link ActivityRecord} in
723 * This method should only be called by {@link TaskRecord#removeActivity(ActivityRecord)}.
734 // {@link ActivityRecord} from its current {@link ActivityStack}.
747 private final WeakReference<ActivityRecord> weakActivit
789 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromPid, method in class:ActivityRecord
[all...]

Completed in 63 milliseconds