Searched refs:implements (Results 1 – 7 of 7) sorted by relevance
139 fun implements(qualifiedName: String): Boolean { in <lambda>() method146 if (cls != null && cls.implements(qualifiedName)) { in <lambda>()152 if (superClass()?.implements(qualifiedName) == true) { in <lambda>()160 …fun extendsOrImplements(qualifiedName: String): Boolean = extends(qualifiedName) || implements(qua… in <lambda>()
2499 fun `Rewriting implements class references`() { in <lambda>()4410 fun `Extends and implements multiple interfaces in Kotlin Stubs`() { in <lambda>()4442 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…
97 "implements" for the superclass of an interface, and many other similar
239 if (!new.implements(qualifiedName)) { in compare()248 if (!old.implements(qualifiedName)) { in compare()
711 if (!cls.implements("android.os.Parcelable")) { in <lambda>()2214 …if (foundMethods.iterator().hasNext() && !cls.implements("java.lang.AutoCloseable")) { // includes… in <lambda>()
134 node - a device that implements IPv6.