Searched defs:ORDER_BY_SIGNATURE (Results 1 - 3 of 3) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
H A DConstructor.java50 private static final Comparator<Method> ORDER_BY_SIGNATURE = null; // Unused; must match Method. field in class:Constructor
H A DMethod.java53 public static final Comparator<Method> ORDER_BY_SIGNATURE = new Comparator<Method>() { field in class:Method
/libcore/libdvm/src/main/java/java/lang/reflect/
H A DMethod.java55 public static final Comparator<Method> ORDER_BY_SIGNATURE = new Comparator<Method>() { field in class:Method

Completed in 3921 milliseconds