Searched refs:implements (Results 1 – 7 of 7) sorted by relevance
130 fun implements(qualifiedName: String): Boolean { in <lambda>() method137 if (cls != null && cls.implements(qualifiedName)) { in <lambda>()143 if (superClass()?.implements(qualifiedName) == true) { in <lambda>()151 …fun extendsOrImplements(qualifiedName: String): Boolean = extends(qualifiedName) || implements(qua… in <lambda>()
2490 fun `Rewriting implements class references`() { in <lambda>()4411 fun `Extends and implements multiple interfaces in Kotlin Stubs`() { in <lambda>()4441 fun `Extends and implements multiple interfaces`() { in <lambda>()
161 public abstract interface List<E> implements java.util.Collection { ... }163 public abstract class SuppressLint implements java.lang.annotation.Annotation { ... }185 public abstract interface List<E> implements java.util.Collection { ... }225 …public static abstract class ViewDebug.ExportedProperty implements java.lang.annotation.Annotation…
96 "implements" for the superclass of an interface, and many other similar
234 if (!new.implements(qualifiedName)) { in compare()243 if (!old.implements(qualifiedName)) { in compare()
864 if (!cls.implements("android.os.Parcelable")) { in <lambda>()2939 …if (foundMethods.iterator().hasNext() && !cls.implements("java.lang.AutoCloseable")) { // includes… in <lambda>()
134 node - a device that implements IPv6.