Searched refs:_caller (Results 1 – 1 of 1) sorted by relevance
1997 private ActivityRecord(ActivityTaskManagerService _service, WindowProcessController _caller, in ActivityRecord() argument2098 mLaunchSourceType = determineLaunchSourceType(_launchedFromUid, _caller); in ActivityRecord()2142 if ((aInfo.flags & FLAG_MULTIPROCESS) != 0 && _caller != null in ActivityRecord()2144 || aInfo.applicationInfo.uid == _caller.mInfo.uid)) { in ActivityRecord()2145 processName = _caller.mName; in ActivityRecord()