Searched refs:getMethods (Results 1 – 12 of 12) sorted by relevance
52 List<DexMethod> getMethods(); in getMethods() method
182 for (Method testMethod : loadedClass.getMethods()) { in isTestClass()208 for (Method testMethod : loadedClass.getMethods()) { in hasJUnit3TestMethod()
118 for (DexMethod method : dexClass.getMethods()) { in formatDexFile()
276 public synchronized List<DexMethod> getMethods() { in getMethods() method in DexClassImpl
64 List<ApiMethod> methods = new ArrayList<ApiMethod>(apiClass.getMethods()); in printTextReport()
249 for (java.lang.reflect.Method m : c.getMethods()) { in addCddJarCoverage()281 for (Method method : classDef.getMethods()) { in addCddApkCoverage()
108 for (ApiMethod method : apiClass.getMethods()) { in printXmlReport()
123 public Collection<ApiMethod> getMethods() { in getMethods() method in ApiClass
50 Method[] methods = WifiP2pManager.class.getMethods(); in setUp()
133 for (DexMethod method : clazz.getMethods()) { in getMethod()
403 Method[] testMethods = testClass.getMethods(); in addToTests()488 for (Method m : klass.getMethods()) { in isJunit4Class()
15491 public java.lang.reflect.Method[] getMethods()