Searched refs:getDeclaredMethods (Results 1 – 15 of 15) sorted by relevance
49 Method[] methods = getDeclaredMethods(klass); in hasLifecycleMethods()67 private Method[] getDeclaredMethods(Class klass) { in getDeclaredMethods() method in ClassesInfoCache69 return klass.getDeclaredMethods(); in getDeclaredMethods()121 Method[] methods = declaredMethods != null ? declaredMethods : getDeclaredMethods(klass); in createInfo()
254 ModelMethod[] methods = getDeclaredMethods(); in getMethods()274 ModelMethod[] methods = getDeclaredMethods(); in getMethods()377 ModelMethod[] methods = getDeclaredMethods(); in getAbstractMethods()531 ModelMethod[] methods = getDeclaredMethods(); in findMethods()559 protected abstract ModelMethod[] getDeclaredMethods(); in getDeclaredMethods() method in ModelClass
202 protected ModelMethod[] getDeclaredMethods() { in getDeclaredMethods() method in InjectedClass204 final ModelMethod[] superMethods = superClass.getDeclaredMethods(); in getDeclaredMethods()
242 protected ModelMethod[] getDeclaredMethods() { in getDeclaredMethods() method in JavaClass243 Method[] methods = mClass.getDeclaredMethods(); in getDeclaredMethods()
43 Method[] methods = clazz.getDeclaredMethods(); in getTestMethod()
91 Method[] originalMethods = originalClass.getDeclaredMethods(); in compare()169 Method[] delegateMethods = delegateClass.getDeclaredMethods(); in compare()
149 for (Method each : superClass.getDeclaredMethods())
119 Method[] m = clazz2.getDeclaredMethods(); in testNoOp()271 Method[] m = clazz2.getDeclaredMethods(); in testDelegateNative()
304 public ModelMethod[] getDeclaredMethods() { in getDeclaredMethods() method in AnnotationClass
763 Method[] methods = subscriberType.getDeclaredMethods(); in registerSubscriber()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
41101 method public java.lang.reflect.Method[] getDeclaredMethods();
58314 Ljava/lang/Class;->getDeclaredMethods()[Ljava/lang/reflect/Method;
45283 HSPLjava/lang/Class;->getDeclaredMethods()[Ljava/lang/reflect/Method;
56399 … method public java.lang.reflect.Method[] getDeclaredMethods() throws java.lang.SecurityException;