Searched refs:getDeclaredMethods (Results 1 – 14 of 14) sorted by relevance
48 loadableClass.getDeclaredMethods(); in testGetDeclaredMethodsFails()
82 for (Method spiMethod : MessageDigestSpi.class.getDeclaredMethods()) { in testMessageDigestDelegateOverridesAllMethods()
319 for (Method method : BlockGuardOs.class.getDeclaredMethods()) { in test_checkNewMethodsInPosix()327 for (Method method : Os.class.getDeclaredMethods()) { in test_checkNewMethodsInPosix()
249 mths = TestMethod.class.getDeclaredMethods(); in test_getDeclaringClass()369 Method[] declaredMethods = BrigeTest.class.getDeclaredMethods(); in test_isBridge()386 Method[] declaredMethods = BrigeTest.class.getDeclaredMethods(); in test_isSynthetic()549 methods = cl.getDeclaredMethods(); in test_getParameterTypes()
308 Method[] m = TestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()310 m = SubTestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()
280 for (Method interfaceMethod : clazz.getDeclaredMethods()) { in addNonStaticPublicMethods()387 for (Method method : samInterfaceClass.getDeclaredMethods()) { in assertLambdaMethodCharacteristics()
68 Method[] declaredMethods = annotationType.getDeclaredMethods(); in getElementsDescription()
138 public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityException { throw n… in getDeclaredMethods() method in Class
134 public java.lang.reflect.@libcore.util.NonNull Method @libcore.util.NonNull [] getDeclaredMethods()… in getDeclaredMethods() method in Class
797 Collections.addAll(methods, i.getDeclaredMethods()); in getMethodsRecursive()
247 public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityException { in getDeclaredMethods() method in Class
511 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
602 Method[] methods = testClass.getDeclaredMethods(); in testMethodNames()
1750 Method[] methods = cl.getDeclaredMethods(); in computeDefaultSUID()