Searched refs:fullMap (Results 1 – 1 of 1) sorted by relevance
266 Map<String, Integer> fullMap = null; in init() local269 fullMap = sRevRMap.get(ResourceType.ATTR); in init()274 fullMap = new HashMap<String, Integer>(1280); in init()277 if (fullMap == null) { in init()278 fullMap = new HashMap<String, Integer>(); in init()280 sRevRMap.put(resType, fullMap); in init()298 fullMap.put(f.getName(), value); in init()