Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java344 ResolveInfo resolvedService = resolveServiceForExplicitIntent(intent); in queryIntentServices()
489 private ResolveInfo resolveServiceForExplicitIntent(Intent intent) { in resolveServiceForExplicitIntent() method in ShadowApplicationPackageManager