Home
last modified time | relevance | path

Searched refs:addResolveInfoForIntent (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPackageManagerTest.java673 shadowPackageManager.addResolveInfoForIntent(i, info); in queryIntentActivities_Match()
691 shadowPackageManager.addResolveInfoForIntent(i, info); in queryIntentActivities_ServiceMatch()
717 shadowPackageManager.addResolveInfoForIntent(i, info); in queryIntentActivitiesAsUser_Match()
750 shadowPackageManager.addResolveInfoForIntent(i, info1); in queryIntentActivities_MatchSystemOnly()
751 shadowPackageManager.addResolveInfoForIntent(i, info2); in queryIntentActivities_MatchSystemOnly()
919 shadowPackageManager.addResolveInfoForIntent(i, info); in resolveActivity_Match()
962 shadowPackageManager.addResolveInfoForIntent(i, info); in queryIntentServices_Match()
1035 shadowPackageManager.addResolveInfoForIntent(i, info); in queryBroadcastReceivers_Match()
1114 shadowPackageManager.addResolveInfoForIntent(i, resolveInfo); in queryIntentContentProviders_Match()
1136 shadowPackageManager.addResolveInfoForIntent(i, info1); in queryIntentContentProviders_MatchSystemOnly()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java274 addResolveInfoForIntent(intent, resolveInfo); in setResolveInfosForIntent()
283 public void addResolveInfoForIntent(Intent intent, List<ResolveInfo> info) { in addResolveInfoForIntent() method in ShadowPackageManager
294 public void addResolveInfoForIntent(Intent intent, ResolveInfo info) { in addResolveInfoForIntent() method in ShadowPackageManager