Searched refs:mAnnotationValuesNeedingInit (Results 1 – 1 of 1) sorted by relevance
782 private static HashSet<AnnotationValue> mAnnotationValuesNeedingInit = field in Converter802 if (mAnnotationValuesNeedingInit != null) { in obtainAnnotationValue()803 mAnnotationValuesNeedingInit.add(o); in obtainAnnotationValue()837 while (mAnnotationValuesNeedingInit.size() > 0) { in finishAnnotationValueInit()838 HashSet<AnnotationValue> set = mAnnotationValuesNeedingInit; in finishAnnotationValueInit()839 mAnnotationValuesNeedingInit = new HashSet<AnnotationValue>(); in finishAnnotationValueInit()846 mAnnotationValuesNeedingInit = null; in finishAnnotationValueInit()