Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java451 ResolveInfo resolvedActivity = resolveActivityForExplicitIntent(intent); in queryIntentActivities()
478 private ResolveInfo resolveActivityForExplicitIntent(Intent intent) { in resolveActivityForExplicitIntent() method in ShadowApplicationPackageManager