Searched refs:isInterfaceSubtypeOf (Results 1 – 1 of 1) sorted by relevance
114 return isInterfaceSubtypeOf(this, other, appInfo); in isSubtypeOf()123 private boolean isInterfaceSubtypeOf(DexType candidate, DexType other, AppInfo appInfo) { in isInterfaceSubtypeOf() method in DexType133 if (isInterfaceSubtypeOf(iface, other, appInfo)) { in isInterfaceSubtypeOf()