Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPackageManager.java191 static final Map<Intent, List<ResolveInfo>> resolveInfoForIntent = field in ShadowPackageManager
724 resolveInfoForIntent.remove(intent); in setResolveInfosForIntent()
781 List<ResolveInfo> infoList = resolveInfoForIntent.get(intent); in addResolveInfoForIntentNoDefaults()
784 resolveInfoForIntent.put(intent, infoList); in addResolveInfoForIntentNoDefaults()
796 List<ResolveInfo> infoList = resolveInfoForIntent.get(intent); in removeResolveInfosForIntent()
799 resolveInfoForIntent.put(intent, infoList); in removeResolveInfosForIntent()
1358 List<ResolveInfo> overrides = resolveInfoForIntent.get(intent); in queryOverriddenIntents()
1884 resolveInfoForIntent.clear(); in reset()
H A DShadowApplicationPackageManager.java254 for (List<ResolveInfo> listOfResolveInfo : resolveInfoForIntent.values()) { in getComponentInfo()