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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationItem.java49 /** {@code non-null;} unique instance of {@link #TypeIdSorter} */
50 private static final TypeIdSorter TYPE_ID_SORTER = new TypeIdSorter();
70 private static class TypeIdSorter implements Comparator<AnnotationItem> { class in class:AnnotationItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationItem.java47 /** {@code non-null;} unique instance of {@link #TypeIdSorter} */
48 private static final TypeIdSorter TYPE_ID_SORTER = new TypeIdSorter();
68 private static class TypeIdSorter implements Comparator<AnnotationItem> { class in class:AnnotationItem

Completed in 40 milliseconds