Home
last modified time | relevance | path

Searched refs:isInterfaceSubtypeOf (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexType.java114 return isInterfaceSubtypeOf(this, other, appInfo); in isSubtypeOf()
123 private boolean isInterfaceSubtypeOf(DexType candidate, DexType other, AppInfo appInfo) { in isInterfaceSubtypeOf() method in DexType
133 if (isInterfaceSubtypeOf(iface, other, appInfo)) { in isInterfaceSubtypeOf()