Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPackageManager.java795 public void removeResolveInfosForIntent(Intent intent, String packageName) { in removeResolveInfosForIntent() method in ShadowPackageManager
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPackageManagerTest.java2137 shadowOf(packageManager).removeResolveInfosForIntent(intent, "com.org"); in removeResolveInfosForIntent_shouldCauseResolveActivityToReturnNull()
2152 shadowOf(packageManager).removeResolveInfosForIntent(intent, "com.org"); in removeResolveInfosForIntent_forService()