Searched refs:importMap (Results 1 – 1 of 1) sorted by relevance
84 private final Map<TypeElement, TypeElement> importMap = newHashMap(); field in RobolectricModel.Builder188 importMap.put(type, parent); in prepare()195 importMap.remove(type); in prepare()199 visitor.visit(importMap.get(type).getEnclosingElement(), type); in prepare()209 for (TypeElement imp : importMap.values()) { in prepare()239 if (type != null && !importMap.containsKey(type)) { in registerType()241 importMap.put(type, type); in registerType()