Home
last modified time | relevance | path

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

/test/suite_harness/tools/dex-tools/src/dex/structure/
DDexClass.java31 List<String> getInterfaces(); in getInterfaces() method
/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexClassImpl.java310 public synchronized List<String> getInterfaces() { in getInterfaces() method in DexClassImpl