Searched defs:launchedFromUid (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverListController.java | 67 int launchedFromUid) { in ResolverListController()
|
D | ChooserActivity.java | 696 int launchedFromUid) { in ChooserListController() 733 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in createAdapter() 951 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid, in ChooserListAdapter()
|
D | ResolverActivity.java | 880 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/ |
D | ActivityRecord.java | 240 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
|