Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 20 of 20) sorted by relevance

/cts/tools/signature-tools/test/signature/converter/
DConvertVisibilityTest.java52 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods1()
70 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods2()
88 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods3()
106 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods4()
DConvertEnumTest.java131 Set<IMethod> methods = c.getMethods(); in testEnum3()
174 Set<IMethod> methods = c.getMethods(); in testEnum4()
DConvertClassTest.java453 assertEquals(1, sigClass.getMethods().size()); in convertVoidMethod()
454 IMethod method = sigClass.getMethods().iterator().next(); in convertVoidMethod()
466 assertEquals(1, sigClass.getMethods().size()); in convertArrayMethod()
467 IMethod method = sigClass.getMethods().iterator().next(); in convertArrayMethod()
525 IMethod sigMethod = sigClass.getMethods().iterator().next(); in testParameterConformance2()
DConvertAnnotationTest.java62 assertEquals(0, sigClass.getMethods().size()); in convertAnnotationDefinition1()
92 assertEquals(0, sigClass.getMethods().size()); in convertAnnotationDefinition2()
114 assertEquals(0, sigClass.getMethods().size()); in convertAnnotationDefinition3()
/cts/tools/signature-tools/src/signature/compare/model/subst/
DClassProjection.java103 public Set<IMethod> getMethods() { in getMethods() method in ClassProjection
105 Set<IMethod> originalMethods = original.getMethods(); in getMethods()
110 for (IMethod m : original.getMethods()) { in getMethods()
/cts/tools/dex-tools/src/dex/structure/
DDexClass.java52 List<DexMethod> getMethods(); in getMethods() method
/cts/tools/signature-tools/src/signature/model/
DIClassDefinition.java100 Set<IMethod> getMethods(); in getMethods() method
/cts/tools/dex-tools/src/dex/reader/
DTypeFormatter.java118 for (DexMethod method : dexClass.getMethods()) { in formatDexFile()
DDexClassImpl.java276 public synchronized List<DexMethod> getMethods() { in getMethods() method in DexClassImpl
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DXmlReport.java102 for (ApiMethod method : apiClass.getMethods()) { in printXmlReport()
DTextReport.java64 List<ApiMethod> methods = new ArrayList<ApiMethod>(apiClass.getMethods()); in printTextReport()
DApiClass.java122 public Collection<ApiMethod> getMethods() { in getMethods() method in ApiClass
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DConnectReqTestCase.java50 Method[] methods = WifiP2pManager.class.getMethods(); in setUp()
/cts/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java133 for (DexMethod method : clazz.getMethods()) { in getMethod()
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java363 .getMethods()); in convertClass()
376 dexClass.getMethods(), mappings); in convertClass()
379 addAnnotationsToAnnotationFields(dexClass.getMethods(), in convertClass()
404 methods = convertMethods(dexClass.getMethods()); in convertClass()
411 methods = convertMethods(dexClass.getMethods()); in convertClass()
/cts/tools/signature-tools/src/signature/model/impl/
DSigClassDefinition.java109 public Set<IMethod> getMethods() { in getMethods() method in SigClassDefinition
/cts/tools/signature-tools/src/signature/model/util/
DTypePool.java192 if (!isInitialized(clazz.getMethods())) { in replaceUninitializedWithNull()
/cts/tools/utils/
DCollectAllTests.java395 Method[] testMethods = testClass.getMethods(); in addToTests()
480 for (Method m : klass.getMethods()) { in isJunit4Class()
/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java465 Set<IMethod> toMethods = new HashSet<IMethod>(to.getMethods());
467 Set<IMethod> fromMethods = new HashSet<IMethod>(from.getMethods());
523 if (clazz.getMethods() != null) {
524 closure.addAll(clazz.getMethods());
/cts/tools/dex-tools/dex/
Dclasses0.out.dex15491 public java.lang.reflect.Method[] getMethods()