Searched refs:InstrumentationTestSuite (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestRunner.java20 import android.test.InstrumentationTestSuite;
37 TestSuite suite = new InstrumentationTestSuite(this);
/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestSuite.java35 public class InstrumentationTestSuite extends TestSuite { class in inherits:TestSuite
43 public InstrumentationTestSuite(Instrumentation instr) { method in class:InstrumentationTestSuite
48 public InstrumentationTestSuite(String name, Instrumentation instr) { method in class:InstrumentationTestSuite
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { method in class:InstrumentationTestSuite
66 addTest(new InstrumentationTestSuite(testClass, mInstrumentation));
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerUnitTestRunner.java20 import android.test.InstrumentationTestSuite;
35 TestSuite suite = new InstrumentationTestSuite(this);
H A DWifiAssociationTestRunner.java20 import android.test.InstrumentationTestSuite;
40 TestSuite suite = new InstrumentationTestSuite(this);
H A DConnectivityManagerTestRunner.java21 import android.test.InstrumentationTestSuite;
44 TestSuite suite = new InstrumentationTestSuite(this);
H A DConnectivityManagerStressTestRunner.java21 import android.test.InstrumentationTestSuite;
48 TestSuite suite = new InstrumentationTestSuite(this);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkPowerTestRunner.java24 import android.test.InstrumentationTestSuite;
40 TestSuite suite = new InstrumentationTestSuite(this);
H A DMediaPlayerStressTestRunner.java20 import android.test.InstrumentationTestSuite;
29 TestSuite suite = new InstrumentationTestSuite(this);
H A DCameraStressTestRunner.java20 import android.test.InstrumentationTestSuite;
32 TestSuite suite = new InstrumentationTestSuite(this);
H A DCamera2InstrumentationTestRunner.java27 import android.test.InstrumentationTestSuite;
37 TestSuite suite = new InstrumentationTestSuite(this);
H A DMediaFrameworkIntegrationTestRunner.java21 import android.test.InstrumentationTestSuite;
45 TestSuite suite = new InstrumentationTestSuite(this);
H A DMediaFrameworkPerfTestRunner.java24 import android.test.InstrumentationTestSuite;
43 TestSuite suite = new InstrumentationTestSuite(this);
H A DMediaFrameworkUnitTestRunner.java20 import android.test.InstrumentationTestSuite;
46 TestSuite suite = new InstrumentationTestSuite(this);
H A DMediaFrameworkTestRunner.java39 import android.test.InstrumentationTestSuite;
57 TestSuite suite = new InstrumentationTestSuite(this);
H A DMediaRecorderStressTestRunner.java23 import android.test.InstrumentationTestSuite;
51 TestSuite suite = new InstrumentationTestSuite(this);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTestRunner.java22 import android.test.InstrumentationTestSuite;
35 TestSuite suite = new InstrumentationTestSuite(this);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestRunner.java23 import android.test.InstrumentationTestSuite;
42 TestSuite suite = new InstrumentationTestSuite(this);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestRunner.java23 import android.test.InstrumentationTestSuite;
74 TestSuite suite = new InstrumentationTestSuite(this);

Completed in 788 milliseconds