Searched refs:buildResolveInfo (Results 1 – 1 of 1) sorted by relevance
483 return buildResolveInfo(activity); in resolveActivityForExplicitIntent()494 return buildResolveInfo(service); in resolveServiceForExplicitIntent()505 return buildResolveInfo(receiver); in resolveReceiverForExplicitIntent()516 return buildResolveInfo(provider); in resolveContentProviderForExplicitIntent()551 resolveInfoList.add(buildResolveInfo(provider)); in queryImplicitIntentContentProviders()568 resolveInfoList.add(buildResolveInfo(activity, intentFilter)); in queryImplicitIntentActivities()585 resolveInfoList.add(buildResolveInfo(service, intentFilter)); in queryImplicitIntentServices()602 resolveInfoList.add(buildResolveInfo(activity, intentFilter)); in queryImplicitIntentReceivers()611 static ResolveInfo buildResolveInfo(Activity activity) { in buildResolveInfo() method in ShadowApplicationPackageManager612 ResolveInfo resolveInfo = buildResolveInfo(activity.info); in buildResolveInfo()[all …]