Home | History | Annotate | Download | only in sigtest

Lines Matching refs:methods

439      * methods.
451 * Checks to ensure that the modifiers value for two methods are
538 * Checks if the two types of methods are the same.
542 * @return true, if both methods are the same
545 // If the method names aren't equal, the methods can't match.
551 // Next, compare the return types of the two methods. If
552 // they aren't equal, the methods can't match.
556 // different number of parameters, the two methods
560 // methods can't match.
566 // We've passed all the tests, the methods do
583 Method[] methods = mClass.getDeclaredMethods();
586 for (Method m : methods) {