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

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

Completed in 57 milliseconds