Searched defs:methodAnnotations (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java50 private ArrayList<MethodAnnotationStruct> methodAnnotations; field in class:AnnotationsDirectoryItem
63 methodAnnotations = null;
82 (methodAnnotations == null) &&
97 (methodAnnotations == null) &&
174 if (methodAnnotations == null) {
175 methodAnnotations = new ArrayList<MethodAnnotationStruct>();
178 methodAnnotations.add(new MethodAnnotationStruct(method,
205 if (methodAnnotations == null) {
209 for (MethodAnnotationStruct item : methodAnnotations) {
253 if (methodAnnotations !
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java50 private ArrayList<MethodAnnotationStruct> methodAnnotations; field in class:AnnotationsDirectoryItem
63 methodAnnotations = null;
82 (methodAnnotations == null) &&
97 (methodAnnotations == null) &&
177 if (methodAnnotations == null) {
178 methodAnnotations = new ArrayList<MethodAnnotationStruct>();
181 methodAnnotations.add(new MethodAnnotationStruct(method,
209 if (methodAnnotations == null) {
213 for (MethodAnnotationStruct item : methodAnnotations) {
257 if (methodAnnotations !
[all...]

Completed in 376 milliseconds