Searched refs:BandwidthTest (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTest.java29 public @interface BandwidthTest { interface
H A DBandwidthTestCase.java29 * annotated with {@link BandwidthTest} otherwise the test is executed
89 } else if (method.isAnnotationPresent(BandwidthTest.class) ||
90 testClass.isAnnotationPresent(BandwidthTest.class)) {
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java43 public class BandwidthTest extends InstrumentationTestCase { class in inherits:InstrumentationTestCase
45 private static final String LOG_TAG = "BandwidthTest";

Completed in 418 milliseconds