Searched defs:implementsInterface (Results 1 – 7 of 7) sorted by relevance
45 boolean implementsInterface(@Nonnull String iface); in implementsInterface() method
52 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } in implementsInterface() method in UnknownClassProto
55 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } in implementsInterface() method in PrimitiveProto
90 @Override public boolean implementsInterface(@Nonnull String iface) { in implementsInterface() method in ArrayProto
314 public boolean implementsInterface(@Nonnull String iface) { in implementsInterface() method in ClassProto
388 public void implementsInterface() { in implementsInterface() method in SmaliDisassembleTest
1879 public boolean implementsInterface(String iface) { in implementsInterface() method in ClassInfo