Searched refs:INTERFACE_LEVEL (Results 1 – 1 of 1) sorted by relevance
24 private final static int INTERFACE_LEVEL = -2; field in DexType61 if (hierarchyLevel == INTERFACE_LEVEL) { in setLevel()63 } else if (level == INTERFACE_LEVEL) { in setLevel()65 hierarchyLevel = INTERFACE_LEVEL; in setLevel()85 return hierarchyLevel == INTERFACE_LEVEL; in isInterface()91 setLevel(INTERFACE_LEVEL); in addInterfaceSubtype()113 if (this.hierarchyLevel == INTERFACE_LEVEL) { in isSubtypeOf()116 if (other.hierarchyLevel == INTERFACE_LEVEL) { in isSubtypeOf()132 assert iface.hierarchyLevel == INTERFACE_LEVEL; in isInterfaceSubtypeOf() local159 if (hierarchyLevel == INTERFACE_LEVEL) { in forAllExtendsSubtypes()[all …]