Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java789 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromPid, in ActivityRecord() argument
881 if ((aInfo.flags & FLAG_MULTIPROCESS) != 0 && _caller != null in ActivityRecord()
883 || aInfo.applicationInfo.uid == _caller.info.uid)) { in ActivityRecord()
884 processName = _caller.processName; in ActivityRecord()