Home | History | Annotate | Download | only in am

Lines Matching defs:launchedFromUid

240     final int launchedFromUid; // always the uid who started the activity.
388 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid);
861 launchedFromUid = _launchedFromUid;
1121 private void setActivityType(boolean componentSpecified, int launchedFromUid, Intent intent,
1124 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord))
1271 resizeable, launchedFromPid, launchedFromUid, info);
2841 out.attribute(null, ATTR_LAUNCHEDFROMUID, String.valueOf(launchedFromUid));
2870 int launchedFromUid = 0;
2887 launchedFromUid = Integer.parseInt(attrValue);
2937 0 /* launchedFromPid */, launchedFromUid, launchedFromPackage, intent, resolvedType,