Searched refs:BandwidthTest (Results 1 – 3 of 3) sorted by relevance
29 public @interface BandwidthTest { annotation
89 } else if (method.isAnnotationPresent(BandwidthTest.class) || in runTest()90 testClass.isAnnotationPresent(BandwidthTest.class)) { in runTest()
44 public class BandwidthTest extends InstrumentationTestCase { class