Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPackageManagerTest.java1695 Intent intent4 = new Intent(Intent.ACTION_APP_ERROR); in testResolvePartiallySimilarIntents() local
1696 intent4.addCategory(Intent.CATEGORY_APP_BROWSER); in testResolvePartiallySimilarIntents()
1697 result = packageManager.resolveActivity(intent4, -1); in testResolvePartiallySimilarIntents()