Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/test/
DInstrumentationTestSuite.java29 public class InstrumentationTestSuite extends TestSuite { class
37 public InstrumentationTestSuite(Instrumentation instr) { in InstrumentationTestSuite() method in InstrumentationTestSuite
42 public InstrumentationTestSuite(String name, Instrumentation instr) { in InstrumentationTestSuite() method in InstrumentationTestSuite
52 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { in InstrumentationTestSuite() method in InstrumentationTestSuite
60 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/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
DImageProcessingTestRunner.java22 import android.test.InstrumentationTestSuite;
33 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaFrameworkPowerTestRunner.java24 import android.test.InstrumentationTestSuite;
40 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaPlayerStressTestRunner.java20 import android.test.InstrumentationTestSuite;
31 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DMediaFrameworkPerfTestRunner.java26 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.java43 import android.test.InstrumentationTestSuite;
60 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/keystore/tests/src/android/security/
DKeyStoreTestRunner.java22 import android.test.InstrumentationTestSuite;
38 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerUnitTestRunner.java21 import android.test.InstrumentationTestSuite;
38 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DConnectivityManagerTestRunner.java21 import android.test.InstrumentationTestSuite;
42 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
DConnectivityManagerStressTestRunner.java21 import android.test.InstrumentationTestSuite;
47 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsPerfTestRunner.java23 import android.test.InstrumentationTestSuite;
40 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardTestRunner.java19 import android.test.InstrumentationTestSuite;
29 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DDownloadManagerTestRunner.java21 import android.test.InstrumentationTestSuite;
43 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/
DTelephonyMockTestRunner.java21 import android.test.InstrumentationTestSuite;
41 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/telephony/tests/telephonytests/src/com/android/frameworks/telephonytests/
DTelephonyMockRilTestRunner.java22 import android.test.InstrumentationTestSuite;
39 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLayoutTestsAutoRunner.java21 import android.test.InstrumentationTestSuite;
38 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestRunner.java23 import android.test.InstrumentationTestSuite;
74 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests()
/frameworks/base/docs/html/
Dsitemap.txt1678 http://developer.android.com/reference/android/test/InstrumentationTestSuite.html
/frameworks/base/api/
Dcurrent.txt19375 public class InstrumentationTestSuite extends junit.framework.TestSuite {
19376 ctor public InstrumentationTestSuite(android.app.Instrumentation);
19377 ctor public InstrumentationTestSuite(java.lang.String, android.app.Instrumentation);
19378 ctor public InstrumentationTestSuite(java.lang.Class, android.app.Instrumentation);
D14.txt19375 public class InstrumentationTestSuite extends junit.framework.TestSuite {
19376 ctor public InstrumentationTestSuite(android.app.Instrumentation);
19377 ctor public InstrumentationTestSuite(java.lang.String, android.app.Instrumentation);
19378 ctor public InstrumentationTestSuite(java.lang.Class, android.app.Instrumentation);