Searched refs:getInterfaces (Results 1 – 6 of 6) sorted by relevance
31 List<String> getInterfaces(); in getInterfaces() method
310 public synchronized List<String> getInterfaces() { in getInterfaces() method in DexClassImpl353 if (!getInterfaces().isEmpty()) { in toString()355 builder.append(formatter.format(getInterfaces())); in toString()
277 assertEquals(1, I0.getInterfaces().size()); in testI0()278 assertEquals("Ljava/io/Serializable;", I0.getInterfaces().get(0)); in testI0()
1106 Class<?>[] interfaces = mClass.getInterfaces(); in checkClassImplementsCompliance()1518 for (Class interfaceClass : testClass.getInterfaces()) { in buildFieldMap()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
15485 public native java.lang.Class[] getInterfaces()