/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
D | SmokeTestRunner.java | 52 public void runTest() throws Exception { in getAllTests() 61 public void runTest() throws Exception { in getAllTests() 71 public void runTest() throws Exception { in getAllTests() 90 public void runTest() throws Exception { in getAllTests()
|
/frameworks/base/test-runner/tests/src/android/test/ |
D | AndroidTestRunnerTest.java | 76 mAndroidTestRunner.runTest(); in testRunTest() 90 mAndroidTestRunner.runTest(); in testRunTestWithAndroidTestCase() 103 mAndroidTestRunner.runTest(); in testRunTestWithAndroidTestCaseInSuite() 119 mAndroidTestRunner.runTest(); in testRunTestWithAndroidTestCaseInNestedSuite() 134 mAndroidTestRunner.runTest(); in testRunTestWithNullListener() 191 mAndroidTestRunner.runTest(); in testRunSkipExecution()
|
D | InstrumentationTestRunnerTest.java | 99 public void runTest() { in testUnhandledException() 310 public void runTest() { in runTest() method in InstrumentationTestRunnerTest.StubAndroidTestRunner 311 super.runTest(); in runTest()
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestSuite.java | 65 public void runTest(Test test, TestResult result) { in runTest() method in InstrumentationTestSuite 72 super.runTest(test, result); in runTest()
|
D | InstrumentationTestCase.java | 154 protected void runTest() throws Throwable { in runTest() method in InstrumentationTestCase
|
/frameworks/base/test-runner/src/android/test/ |
D | ActivityInstrumentationTestCase2.java | 183 protected void runTest() throws Throwable { in runTest() method in ActivityInstrumentationTestCase2 192 super.runTest(); in runTest()
|
D | AndroidTestRunner.java | 174 public void runTest() { in runTest() method in AndroidTestRunner 175 runTest(createTestResult()); in runTest() 178 public void runTest(TestResult testResult) { in runTest() method in AndroidTestRunner
|
D | InstrumentationTestRunner.java | 555 mTestRunner.runTest(); in onStart()
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
D | MediaPlayerProxyTestCase.java | 102 protected void runTest() throws Throwable { in runTest() method in MediaPlayerProxyTestCase 108 super.runTest(); in runTest() 114 super.runTest(); in runTest()
|
/frameworks/base/core/tests/utillib/src/android/test/ |
D | BandwidthTestCase.java | 41 protected void runTest() throws Throwable { in runTest() method in BandwidthTestCase
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java | 1624 runTest(0, SuppServiceNotification.MO_CODE_UNCONDITIONAL_CF_ACTIVE); in testSSNotification() 1625 runTest(0, SuppServiceNotification.MO_CODE_CALL_IS_WAITING); in testSSNotification() 1626 runTest(0, SuppServiceNotification.MO_CODE_CALL_DEFLECTED); in testSSNotification() 1629 runTest(1, SuppServiceNotification.MT_CODE_FORWARDED_CALL); in testSSNotification() 1630 runTest(1, SuppServiceNotification.MT_CODE_CALL_CONNECTED_ECT); in testSSNotification() 1631 runTest(1, SuppServiceNotification.MT_CODE_ADDITIONAL_CALL_FORWARDED); in testSSNotification() 1634 private void runTest(int type, int code) { in runTest() method in GSMPhoneTest
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 1312 at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:195) 1313 …at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:175) 1314 at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169) 1315 at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:154) 1323 at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:195) 1324 …at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:175) 1325 at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169) 1326 at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:154)
|
/frameworks/base/api/ |
D | 14.txt | 19311 method public void runTest(); 19312 method public void runTest(junit.framework.TestResult); 41877 method protected void runTest() throws java.lang.Throwable; 41937 method public void runTest(junit.framework.Test, junit.framework.TestResult);
|
D | 15.txt | 19452 method public void runTest(); 19453 method public void runTest(junit.framework.TestResult); 42032 method protected void runTest() throws java.lang.Throwable; 42092 method public void runTest(junit.framework.Test, junit.framework.TestResult);
|
D | current.txt | 20445 method public void runTest(); 20446 method public void runTest(junit.framework.TestResult); 43321 method protected void runTest() throws java.lang.Throwable; 43383 method public void runTest(junit.framework.Test, junit.framework.TestResult);
|
D | 16.txt | 20445 method public void runTest(); 20446 method public void runTest(junit.framework.TestResult); 43321 method protected void runTest() throws java.lang.Throwable; 43383 method public void runTest(junit.framework.Test, junit.framework.TestResult);
|