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

/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java546 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
549 initialIntents, rList, launchedFromUid, filterLastUsed);
732 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
736 super(context, payloadIntents, null, rList, launchedFromUid, filterLastUsed);
545 createAdapter(Context context, List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) argument
731 ChooserListAdapter(Context context, List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) argument
H A DResolverActivity.java827 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
830 launchedFromUid, filterLastUsed);
1163 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
1168 mLaunchedFromUid = launchedFromUid;
826 createAdapter(Context context, List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) argument
1162 ResolveListAdapter(Context context, List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java96 final int launchedFromUid; // always the uid who started the activity. field in class:ActivityRecord
191 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid);
445 launchedFromUid = _launchedFromUid;
1169 out.attribute(null, ATTR_LAUNCHEDFROMUID, String.valueOf(launchedFromUid));
1198 int launchedFromUid = 0;
1215 launchedFromUid = Integer.valueOf(attrValue);
1264 final ActivityRecord r = new ActivityRecord(service, /*caller*/null, launchedFromUid,

Completed in 77 milliseconds