Searched refs:classAnnotations (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java44 private AnnotationSetItem classAnnotations; field in class:AnnotationsDirectoryItem
61 classAnnotations = null;
80 return (classAnnotations == null) &&
95 return (classAnnotations != null) &&
104 if (classAnnotations == null) {
108 return classAnnotations.hashCode();
127 return classAnnotations.compareTo(otherDirectory.classAnnotations);
142 if (classAnnotations != null) {
147 classAnnotations
[all...]
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java124 Annotations classAnnotations =
126 if (classAnnotations.size() != 0) {
127 out.setClassAnnotations(classAnnotations);

Completed in 935 milliseconds