Searched defs:realActivity (Results 1 – 2 of 2) sorted by relevance
111 ComponentName realActivity; // The actual activity component that started the task. field in TaskRecord821 final ComponentName realActivity = r.realActivity; in findActivityInHistoryLocked() local987 ComponentName realActivity = null; in restoreFromXml() local
100 final ComponentName realActivity; // the intent component, or target of an alias. field in ActivityRecord