Home
last modified time | relevance | path

Searched refs:_caller (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java1997 private ActivityRecord(ActivityTaskManagerService _service, WindowProcessController _caller, in ActivityRecord() argument
2098 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()