Searched refs:methodAnnotations (Results 1 - 3 of 3) 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) &&
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/command/dexer/
H A DMain.java841 Annotations methodAnnotations =
846 if (methodAnnotations != null) {
848 for (Annotation a : methodAnnotations.getAnnotations()) {

Completed in 519 milliseconds