Searched refs:implementsInterface (Results 1 – 7 of 7) sorted by relevance
90 @Override public boolean implementsInterface(@Nonnull String iface) { in implementsInterface() method in ArrayProto131 if (implementsInterface(other.getType())) { in getCommonSuperclass()
314 public boolean implementsInterface(@Nonnull String iface) { in implementsInterface() method in ClassProto356 if (other.implementsInterface(getType())) { in checkInterface()1003 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1026 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1130 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1153 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1245 return targetClassProto.implementsInterface(method2.getDefiningClass());
45 boolean implementsInterface(@Nonnull String iface); in implementsInterface() method
55 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } in implementsInterface() method in PrimitiveProto
52 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } in implementsInterface() method in UnknownClassProto
1198 return newType.type.implementsInterface(originalType.type.getType());
2023 public boolean implementsInterface(String iface) { in implementsInterface() method in ClassInfo2028 if (clImplements.implementsInterface(iface)) { in implementsInterface()2032 if (mSuperclass != null && mSuperclass.implementsInterface(iface)) { in implementsInterface()2055 return implementsInterface(cl) || extendsClass(cl); in isAssignableTo()2147 if (!cl.implementsInterface(iface.mQualifiedName)) { in isConsistent()2153 if (!implementsInterface(iface.mQualifiedName)) { in isConsistent()