Searched refs:resolvedInfo (Results 1 – 3 of 3) sorted by relevance
812 final Pair<ActivityInfo, Intent> resolvedInfo = mRootWindowContainer in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSet() local815 assertEquals(aInfoSecondary.name, resolvedInfo.first.name); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSet()817 resolvedInfo.first.applicationInfo.packageName); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSet()845 assertEquals(aInfoSecondary.name, resolvedInfo.first.name); in testResolveSecondaryHomeActivityForced()847 resolvedInfo.first.applicationInfo.packageName); in testResolveSecondaryHomeActivityForced()867 assertEquals(aInfoSecondary.name, resolvedInfo.first.name); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSupportMultiDisplay()869 resolvedInfo.first.applicationInfo.packageName); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSupportMultiDisplay()898 assertEquals(aInfoPrimary.name, resolvedInfo.first.name); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay()900 resolvedInfo.first.applicationInfo.packageName); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay()934 resolvedInfo.first.applicationInfo.packageName); in testResolveSecondaryHomeActivityWhenOtherActivitySupportMultiDisplay()[all …]
93 for (ResolveInfo resolvedInfo : resolvedIntents) { in resolveService()94 if (resolvedInfo.serviceInfo != null in resolveService()95 && PROVIDER_REQUIRED_PERMISSION.equals(resolvedInfo.serviceInfo.permission)) { in resolveService()96 return resolvedInfo.serviceInfo; in resolveService()
107 final ResolveInfo resolvedInfo = mPm.resolveActivityAsUser(moreDetailsIntent, in getMoreDetailsActivity() local109 if (resolvedInfo != null && resolvedInfo.activityInfo != null in getMoreDetailsActivity()110 && requiredPermission.equals(resolvedInfo.activityInfo.permission)) { in getMoreDetailsActivity()