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

/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java607 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
610 initialIntents, rList, launchedFromUid, filterLastUsed);
815 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
819 super(context, payloadIntents, null, rList, launchedFromUid, filterLastUsed);
606 createAdapter(Context context, List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) argument
814 ChooserListAdapter(Context context, List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) argument
H A DResolverActivity.java875 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
878 launchedFromUid, filterLastUsed);
1227 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid,
1232 mLaunchedFromUid = launchedFromUid;
874 createAdapter(Context context, List<Intent> payloadIntents, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, boolean filterLastUsed) argument
1226 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.java113 final int launchedFromUid; // always the uid who started the activity. field in class:ActivityRecord
241 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid);
607 launchedFromUid = _launchedFromUid;
755 int launchedFromUid, Intent intent, ActivityRecord sourceRecord) {
756 if ((!componentSpecified || canLaunchHomeActivity(launchedFromUid, sourceRecord))
1398 out.attribute(null, ATTR_LAUNCHEDFROMUID, String.valueOf(launchedFromUid));
1427 int launchedFromUid = 0;
1444 launchedFromUid = Integer.parseInt(attrValue);
1493 final ActivityRecord r = new ActivityRecord(service, /*caller*/null, launchedFromUid,
754 setActivityType(boolean componentSpecified, int launchedFromUid, Intent intent, ActivityRecord sourceRecord) argument
[all...]

Completed in 157 milliseconds