Searched refs:extraShadowTypes (Results 1 – 1 of 1) sorted by relevance
42 private final TreeMap<String, String> extraShadowTypes; field in RobolectricModel56 TreeMap<String, String> extraShadowTypes, in RobolectricModel() argument61 this.extraShadowTypes = new TreeMap<>(extraShadowTypes); in RobolectricModel()80 private final TreeMap<String, String> extraShadowTypes = newTreeMap(); field in RobolectricModel.Builder117 extraShadowTypes.put(shadowClassName, sdkClassName); in addExtraShadow()164 return new RobolectricModel(imports, shadowTypes, extraShadowTypes, resetterMap, in build()273 return extraShadowTypes; in getExtraShadowTypes()