Searched refs:mAnnotationValuesNeedingInit (Results 1 – 1 of 1) sorted by relevance
766 private static HashSet<AnnotationValue> mAnnotationValuesNeedingInit = field in Converter777 if (mAnnotationValuesNeedingInit != null) { in obtainAnnotationValue()778 mAnnotationValuesNeedingInit.add(o); in obtainAnnotationValue()812 while (mAnnotationValuesNeedingInit.size() > 0) { in finishAnnotationValueInit()813 HashSet<AnnotationValue> set = mAnnotationValuesNeedingInit; in finishAnnotationValueInit()814 mAnnotationValuesNeedingInit = new HashSet<AnnotationValue>(); in finishAnnotationValueInit()821 mAnnotationValuesNeedingInit = null; in finishAnnotationValueInit()