Searched refs:extends (Results 1 – 17 of 17) sorted by relevance
560 public class PublicSubClass extends PublicClass {602 public class ModuleClassExtendingPublic extends test.pkg.PublicSubClass { in Complecated case - SystemApi + ModuleApi()614 public class PublicSubClass extends test.pkg.PublicClass { in Complecated case - SystemApi + ModuleApi()643 public class PublicSubClass extends test.pkg.PublicClass { in Complecated case - SystemApi only()669 public class ModuleClassExtendingPublic extends test.pkg.PublicSubClass { in Hierarchy test - Module API only()697 public class ModuleClassExtendingPublic extends PublicSubClass {
632 fun `Interface extends`() { in Interface extends()
159 fun `Multiple extends`() { in Multiple extends()
3332 fun `Test whether partial or total ordering - sort-whole-extends-list=yes`() { in Test whether partial or total ordering - sort-whole-extends-list=yes()3458 fun `Extend from multiple interfaces - sort-whole-extends-list=yes`() { in Extend from multiple interfaces - sort-whole-extends-list=yes()
517 fun `Type-use annotations in implements and extends section`() { in <lambda>()
166 public class TimeUnit extends java.lang.Enum { ... }175 public interface List<E> extends java.util.Collection<E> { ... }197 public interface List<E> extends java.util.Collection<E> { ... }205 public <X extends Throwable> T orElseThrow(Supplier<? extends X> exceptionSupplier) throws X212 …method public <X extends java.lang.Throwable> T orElseThrow(java.util.function.Supplier<? extends …220 …method public <X extends java.lang.Throwable> T orElseThrow(java.util.function.Supplier<? extends …348 Consider a scenario where a public class extends a hidden class, and that hidden357 this happens is that StringBuilder is a public class which extends hidden class367 public static final class CursorJoiner.Result extends java.lang.Enum {421 In "extends" lists, the signature file can list a comma separated list of[all …]
115 instead of "abstract class extends java.lang.Enum", annotations as116 "@interface" instead of "abstract class extends java.lang.Annotation", sorts117 modifiers in the canonical modifier order, using "extends" instead of452 annotations as migrated. To do this, it just extends `ComparisonVisitor`,
282 fun `Test throws method type parameter extends Throwable`() { in <lambda>()349 assertFalse(throwsType.erasedClass!!.extends(JAVA_LANG_THROWABLE)) in <lambda>()
28 fun `Test typeBounds no extends`() { in Test typeBounds no extends()63 fun `Test typeBounds extends Comparable`() { in Test typeBounds extends Comparable()
110 !(exception.extends("java.lang.RuntimeException") || in <lambda>()111 exception.extends("java.lang.Error")) in <lambda>()
114 fun extends(qualifiedName: String): Boolean { in <lambda>() method120 return superClass?.extends(qualifiedName) in <lambda>()151 extends(qualifiedName) || implements(qualifiedName) in <lambda>()
86 if (throwableClass.extends(qualifiedName)) { in <lambda>()
171 fun `Test access type parameter of outer class in extends type`() { in Test access type parameter of outer class in extends type()293 fun `Test interface no extends list`() { in Test interface no extends list()333 fun `Test interface extends list`() { in Test interface extends list()
27 public class ActivityCompat extends androidx.core.content.ContextCompat {38 …method public static <T extends android.view.View> T requireViewById(android.app.Activity, @IdRes …88 @RequiresApi(28) public class AppComponentFactory extends android.app.AppComponentFactory {168 @Deprecated public abstract class JobIntentService extends android.app.Service {477 …public static class NotificationCompat.BigPictureStyle extends androidx.core.app.NotificationCompa…490 …public static class NotificationCompat.BigTextStyle extends androidx.core.app.NotificationCompat.S…608 …public static class NotificationCompat.CallStyle extends androidx.core.app.NotificationCompat.Styl…657 …public static class NotificationCompat.DecoratedCustomViewStyle extends androidx.core.app.Notifica…665 …public static class NotificationCompat.InboxStyle extends androidx.core.app.NotificationCompat.Sty…673 …public static class NotificationCompat.MessagingStyle extends androidx.core.app.NotificationCompat…[all …]
325 fun `Test caching of wildcard extends bounds`() { in <lambda>()
190 if (exceptionClass.extends(qualifiedName)) { in <lambda>()
352 if (!new.extends(oldSuperClassName)) { in compare()