Home
last modified time | relevance | path

Searched defs:getMethods (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/tools/dex-tools/src/dex/structure/
DDexClass.java52 List<DexMethod> getMethods(); in getMethods() method
/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexClassImpl.java276 public synchronized List<DexMethod> getMethods() { in getMethods() method in DexClassImpl