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

/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java409 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid) {
414 mLaunchedFromUid = launchedFromUid;
408 ResolveListAdapter(Context context, Intent intent, Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid) argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java61 final int launchedFromUid; // always the uid who started the activity. field in class:ActivityRecord
135 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid);
329 launchedFromUid = _launchedFromUid;

Completed in 630 milliseconds