Lines Matching refs:interface
18 …@java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface FlakyTest {
42 @Deprecated public interface PerformanceTestCase {
47 @Deprecated public static interface PerformanceTestCase.Intermediates {
55 ….lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface RepetitiveTest {
59 …va.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface UiThreadTest {
66 …nnotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface LargeTest {
69 …notation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface MediumTest {
72 …nnotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SmallTest {
75 …ng.annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Smoke {
78 …annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Suppress {
85 @Deprecated public interface Predicate<T> {
146 public interface Protectable {
150 public interface Test {
181 public interface TestListener {