Home
last modified time | relevance | path

Searched defs:launchedFromUid (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DResolverListController.java67 int launchedFromUid) { in ResolverListController()
DChooserActivity.java696 int launchedFromUid) { in ChooserListController()
733 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter()
951 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ChooserListAdapter()
DResolverActivity.java880 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter()
1330 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ResolveListAdapter()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java240 final int launchedFromUid; // always the uid who started the activity. field in ActivityRecord
1121 private void setActivityType(boolean componentSpecified, int launchedFromUid, Intent intent, in setActivityType()
2870 int launchedFromUid = 0; in restoreFromXml() local