Home
last modified time | relevance | path

Searched refs:InstrumentationTestSuite (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/test-base/src/android/test/
DInstrumentationTestSuite.java35 public class InstrumentationTestSuite extends TestSuite { class
43 public InstrumentationTestSuite(Instrumentation instr) { in InstrumentationTestSuite() method in InstrumentationTestSuite
48 public InstrumentationTestSuite(String name, Instrumentation instr) { in InstrumentationTestSuite() method in InstrumentationTestSuite
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { in InstrumentationTestSuite() method in InstrumentationTestSuite
66 addTest(new InstrumentationTestSuite(testClass, mInstrumentation)); in addTestSuite()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestRunner.java20 import android.test.InstrumentationTestSuite;
37 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiAssociationTestRunner.java20 import android.test.InstrumentationTestSuite;
40 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DConnectivityManagerUnitTestRunner.java20 import android.test.InstrumentationTestSuite;
35 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DConnectivityManagerTestRunner.java21 import android.test.InstrumentationTestSuite;
44 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DConnectivityManagerStressTestRunner.java21 import android.test.InstrumentationTestSuite;
48 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaPlayerStressTestRunner.java20 import android.test.InstrumentationTestSuite;
29 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaFrameworkPowerTestRunner.java24 import android.test.InstrumentationTestSuite;
40 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DAudioTestHarnessTemplateRunner.java20 import android.test.InstrumentationTestSuite;
36 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DCameraStressTestRunner.java20 import android.test.InstrumentationTestSuite;
32 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DCamera2InstrumentationTestRunner.java27 import android.test.InstrumentationTestSuite;
37 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaFrameworkPerfTestRunner.java24 import android.test.InstrumentationTestSuite;
43 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaFrameworkIntegrationTestRunner.java21 import android.test.InstrumentationTestSuite;
45 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaFrameworkUnitTestRunner.java20 import android.test.InstrumentationTestSuite;
46 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaRecorderStressTestRunner.java23 import android.test.InstrumentationTestSuite;
51 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaFrameworkTestRunner.java21 import android.test.InstrumentationTestSuite;
58 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DImageProcessingTestRunner.java22 import android.test.InstrumentationTestSuite;
35 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestRunner.java23 import android.test.InstrumentationTestSuite;
42 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestRunner.java23 import android.test.InstrumentationTestSuite;
76 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/test-base/api/
Dcurrent.txt35 @Deprecated public class InstrumentationTestSuite extends junit.framework.TestSuite {
36 ctor @Deprecated public InstrumentationTestSuite(android.app.Instrumentation);
37 ctor @Deprecated public InstrumentationTestSuite(String, android.app.Instrumentation);
38 ctor @Deprecated public InstrumentationTestSuite(Class, android.app.Instrumentation);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28974 public class InstrumentationTestSuite extends junit.framework.TestSuite {
28975 ctor public InstrumentationTestSuite(android.app.Instrumentation);
28976 ctor public InstrumentationTestSuite(java.lang.String, android.app.Instrumentation);
28977 ctor public InstrumentationTestSuite(java.lang.Class, android.app.Instrumentation);