Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java89 } else if (method.isAnnotationPresent(BandwidthTest.class) || in runTest()
90 testClass.isAnnotationPresent(BandwidthTest.class)) { in runTest()
H A DBandwidthTest.java29 public @interface BandwidthTest { annotation
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java44 public class BandwidthTest extends InstrumentationTestCase { class