Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/structure/
DDexClass.java31 List<String> getInterfaces(); in getInterfaces() method
/cts/tools/signature-tools/src/signature/model/
DIClassDefinition.java86 Set<ITypeReference> getInterfaces(); in getInterfaces() method
/cts/tools/signature-tools/src/signature/compare/model/subst/
DClassProjection.java79 public Set<ITypeReference> getInterfaces() { in getInterfaces() method in ClassProjection
/cts/tools/signature-tools/src/signature/model/impl/
DSigClassDefinition.java101 public Set<ITypeReference> getInterfaces() { in getInterfaces() method in SigClassDefinition
/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java310 public synchronized List<String> getInterfaces() { in getInterfaces() method in DexClassImpl