HomeSort by relevance Sort by last modified time
    Searched defs:resolveInfoForIntent (Results 1 - 6 of 6) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageManager.java 113 private final Map<Intent, List<ResolveInfo>> resolveInfoForIntent = new TreeMap<>(new IntentComparator());
195 resolveInfoForIntent.put(intent, info);
199 List<ResolveInfo> infoList = resolveInfoForIntent.get(intent);
202 resolveInfoForIntent.put(intent, infoList);
209 List<ResolveInfo> infoList = resolveInfoForIntent.get(intent);
212 resolveInfoForIntent.put(intent, infoList);
505 List<ResolveInfo> result = resolveInfoForIntent.get(intent);
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 80 milliseconds