Searched refs:mAnnotationsMap (Results 1 – 1 of 1) sorted by relevance
64 mAnnotationsMap = new HashMap<String, ClassInfo>(); in initializeMaps()300 private HashMap<String, ClassInfo> mAnnotationsMap; field in PackageInfo332 cls = mAnnotationsMap.get(className); in getClass()343 mAnnotationsMap.put(cls.name(), cls); in addAnnotation()347 return mAnnotationsMap.get(annotationName); in getAnnotation()