Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java125 private static final Map<Intent, List<ResolveInfo>> resolveInfoForIntent = field in ShadowPackageManager
272 resolveInfoForIntent.remove(intent); in setResolveInfosForIntent()
320 List<ResolveInfo> infoList = resolveInfoForIntent.get(intent); in addResolveInfoForIntentNoDefaults()
323 resolveInfoForIntent.put(intent, infoList); in addResolveInfoForIntentNoDefaults()
329 List<ResolveInfo> infoList = resolveInfoForIntent.get(intent); in removeResolveInfosForIntent()
332 resolveInfoForIntent.put(intent, infoList); in removeResolveInfosForIntent()
721 List<ResolveInfo> overrides = resolveInfoForIntent.get(intent); in queryOverriddenIntents()
1113 resolveInfoForIntent.clear(); in reset()