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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java33 public final class AnnotationsDirectoryItem extends OffsettedItem { class in inherits:OffsettedItem
58 public AnnotationsDirectoryItem() { method in class:AnnotationsDirectoryItem
125 AnnotationsDirectoryItem otherDirectory =
126 (AnnotationsDirectoryItem) other;
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java33 public final class AnnotationsDirectoryItem extends OffsettedItem { class in inherits:OffsettedItem
58 public AnnotationsDirectoryItem() { method in class:AnnotationsDirectoryItem
125 AnnotationsDirectoryItem otherDirectory =
126 (AnnotationsDirectoryItem) other;

Completed in 176 milliseconds