Searched refs:launchedFromUid (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverListController.java | 65 int launchedFromUid) { in ResolverListController() argument 66 this(context, pm, targetIntent, referrerPackage, launchedFromUid, in ResolverListController() 76 int launchedFromUid, in ResolverListController() argument 80 mLaunchedFromUid = launchedFromUid; in ResolverListController()
|
D | IntentForwarderActivity.java | 128 int launchedFromUid = -1; in onCreate() 131 launchedFromUid = ActivityTaskManager.getService().getLaunchedFromUid( in onCreate() 138 Slog.wtf(TAG, "Unable to launch as UID " + launchedFromUid + " package " in onCreate()
|
D | ResolverActivity.java | 1227 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1230 launchedFromUid, filterLastUsed, createListController()); 1641 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1647 mLaunchedFromUid = launchedFromUid;
|
D | ChooserActivity.java | 1836 int launchedFromUid, 1838 super(context, pm, targetIntent, referrerPackageName, launchedFromUid, 1858 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 1861 initialIntents, rList, launchedFromUid, filterLastUsed, createListController()); 2352 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, 2356 super(context, payloadIntents, null, rList, launchedFromUid, filterLastUsed,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 271 final int launchedFromUid; // always the uid who started the activity. field in ActivityRecord 442 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid); in dump() 951 launchedFromUid = _launchedFromUid; in ActivityRecord() 1280 private void setActivityType(boolean componentSpecified, int launchedFromUid, Intent intent, in setActivityType() argument 1283 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord)) in setActivityType() 1424 launchedFromUid, info); in canBeLaunchedOnDisplay() 3601 out.attribute(null, ATTR_LAUNCHEDFROMUID, String.valueOf(launchedFromUid)); in saveToXml() 3630 int launchedFromUid = 0; in restoreFromXml() local 3647 launchedFromUid = Integer.parseInt(attrValue); in restoreFromXml() 3697 0 /* launchedFromPid */, launchedFromUid, launchedFromPackage, intent, resolvedType, in restoreFromXml()
|
D | ActivityTaskManagerService.java | 1193 .setCallingUid(r.launchedFromUid) in startNextMatchingActivity() 1196 .setRealCallingUid(r.launchedFromUid) in startNextMatchingActivity() 1348 if (sourceRecord.app.mUid != sourceRecord.launchedFromUid) { in startActivityAsCaller() 1352 + sourceRecord.launchedFromUid); in startActivityAsCaller() 1365 targetUid = sourceRecord.launchedFromUid; in startActivityAsCaller() 1924 return srec.launchedFromUid; in getLaunchedFromUid()
|
D | ActivityStarter.java | 680 if (sourceRecord.launchedFromUid == callingUid) { in startActivity() 1798 mCallingUid = r.launchedFromUid; in setInitialState()
|
D | TaskRecord.java | 872 mCallingUid = r.launchedFromUid; in setIntent() 1322 mCallingUid = r.launchedFromUid; in addActivityAtIndex()
|
D | ActivityStack.java | 4317 .setCallingUid(parent.launchedFromUid) in navigateUpToLocked() 4320 .setRealCallingUid(parent.launchedFromUid) in navigateUpToLocked()
|