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