Searched defs:runTest (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/test/
H A DInstrumentationTestSuite.java65 public void runTest(Test test, TestResult result) { method in class:InstrumentationTestSuite
72 super.runTest(test, result);
H A DInstrumentationTestCase.java154 protected void runTest() throws Throwable { method in class:InstrumentationTestCase
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java177 protected void runTest() throws Throwable { method in class:ActivityInstrumentationTestCase2
184 // eat the exception here; super.runTest() will catch it again and handle it properly
186 super.runTest();
H A DAndroidTestRunner.java153 public void runTest() { method in class:AndroidTestRunner
154 runTest(createTestResult());
157 public void runTest(TestResult testResult) { method in class:AndroidTestRunner
/frameworks/base/tests/CoreTests/android/core/
H A DPipedStreamTest.java51 public abstract void runTest() throws Exception; method in class:PipedStreamTest.TestThread
55 runTest();
81 public void runTest() throws Exception {
105 public void runTest() throws Exception {
149 public void runTest() throws Exception {
185 public void runTest() throws Exception {
234 public void runTest() throws Exception {
257 public void runTest() throws Exception {
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1630 runTest(0, SuppServiceNotification.MO_CODE_UNCONDITIONAL_CF_ACTIVE);
1631 runTest(0, SuppServiceNotification.MO_CODE_CALL_IS_WAITING);
1632 runTest(0, SuppServiceNotification.MO_CODE_CALL_DEFLECTED);
1635 runTest(1, SuppServiceNotification.MT_CODE_FORWARDED_CALL);
1636 runTest(1, SuppServiceNotification.MT_CODE_CALL_CONNECTED_ECT);
1637 runTest(1, SuppServiceNotification.MT_CODE_ADDITIONAL_CALL_FORWARDED);
1640 private void runTest(int type, int code) { method in class:GSMPhoneTest
/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java266 public void runTest() { method in class:InstrumentationTestRunnerTest.StubAndroidTestRunner
267 super.runTest();

Completed in 236 milliseconds