Searched refs:buildResolveInfo (Results 1 – 1 of 1) sorted by relevance
504 return buildResolveInfo(activity); in resolveActivityForExplicitIntent()515 return buildResolveInfo(service); in resolveServiceForExplicitIntent()526 return buildResolveInfo(receiver); in resolveReceiverForExplicitIntent()537 return buildResolveInfo(provider); in resolveContentProviderForExplicitIntent()572 resolveInfoList.add(buildResolveInfo(provider)); in queryImplicitIntentContentProviders()589 resolveInfoList.add(buildResolveInfo(activity, intentFilter)); in queryImplicitIntentActivities()606 resolveInfoList.add(buildResolveInfo(service, intentFilter)); in queryImplicitIntentServices()623 resolveInfoList.add(buildResolveInfo(activity, intentFilter)); in queryImplicitIntentReceivers()632 static ResolveInfo buildResolveInfo(Activity activity) { in buildResolveInfo() method in ShadowApplicationPackageManager633 ResolveInfo resolveInfo = buildResolveInfo(activity.info); in buildResolveInfo()[all …]