Searched refs:getMethods (Results 1 – 19 of 19) sorted by relevance
37 ModelMethod isSuggestionsEnabled = view.getMethods("isSuggestionsEnabled", 0)[0]; in testApiVersionsFromResources()48 ModelMethod setElevation = view.getMethods("setElevation", 1)[0]; in testNewApiMethod()56 ModelMethod setElevation = view.getMethods("testCustomCode", 0)[0]; in testCustomCode()64 ModelMethod setForeground = view.getMethods("setForeground", 1)[0]; in testSetForeground()
252 public ModelMethod[] getMethods(String name, List<ModelClass> args, boolean staticOnly, in getMethods() method in ModelClass273 public ModelMethod[] getMethods(String name, int numParameters) { in getMethods() method in ModelClass299 ModelMethod[] methods = getMethods(name, args, staticOnly, allowProtected); in getMethod()407 getMethods(methodName, new ArrayList<ModelClass>(), staticOnly, false); in findGetterOrField()476 getMethods(methodName, new ArrayList<ModelClass>(), false, false); in findInstanceGetter()
156 for (Method testMethod : loadedClass.getMethods()) { in isTestClass()182 for (Method testMethod : loadedClass.getMethods()) { in hasJUnit3TestMethod()
54 for (PsiMethod psiMethod : psiClass.getMethods()) { in fromPsiClass()
88 Method[] methods = clazz.getMethods(); in addTestClass()
79 List<Method> methods = Arrays.asList(testCaseClass.getMethods()); in getTestMethods()
253 for (Method method : owner.getMethods()) { in findMethod()
75 for (ModelMethod method : getMethods("get", 1)) { in getComponentType()
391 for (Method method : dynamicUtilClass.getMethods()) { in testDynamicUtilMembers()
100 Method[] methods = TestBrowserCallback.class.getMethods(); in testTestBrowserCallback()
138 Method[] methods = TestControllerCallback.class.getMethods(); in testTestControllerCallback()
149 Method[] methods = TestControllerCallback.class.getMethods(); in testTestControllerCallback()
1568 methods = klass.getMethods();
815 ModelMethod[] methods = viewType.getMethods(name, 1); in getBestSetter()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
45294 HSPLjava/lang/Class;->getMethods()[Ljava/lang/reflect/Method;46012 HSPLjava/lang/reflect/Proxy;->getMethods([Ljava/lang/Class;)Ljava/util/List;
58326 Ljava/lang/Class;->getMethods()[Ljava/lang/reflect/Method;
41113 method public java.lang.reflect.Method[] getMethods();
56411 method public java.lang.reflect.Method[] getMethods() throws java.lang.SecurityException;