Searched defs:_launchedFromUid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java376 int _launchedFromUid, String _launchedFromPackage, Intent _intent, String _resolvedType,
384 launchedFromUid = _launchedFromUid;
479 if ((!_componentSpecified || _launchedFromUid == Process.myUid()
480 || _launchedFromUid == 0) &&
375 ActivityRecord(ActivityManagerService _service, ProcessRecord _caller, int _launchedFromUid, String _launchedFromPackage, Intent _intent, String _resolvedType, ActivityInfo aInfo, Configuration _configuration, ActivityRecord _resultTo, String _resultWho, int _reqCode, boolean _componentSpecified, ActivityStackSupervisor supervisor, ActivityContainer container, Bundle options) argument

Completed in 113 milliseconds