Searched defs:realActivity (Results 1 – 3 of 3) sorted by relevance
202 ComponentName realActivity; // The actual activity component that started the task. field in TaskRecord1622 final ComponentName realActivity = r.realActivity; in findActivityInHistoryLocked() local1814 ComponentName realActivity = null; in restoreFromXml() local
221 final ComponentName realActivity; // the intent component, or target of an alias. field in ActivityRecord
1581 public ComponentName realActivity; field in ActivityManager.RecentTaskInfo