Home
last modified time | relevance | path

Searched refs:runInstrumentationTests (Results 1 – 25 of 27) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java184 .runInstrumentationTests( in testRun()
194 .runInstrumentationTests(eq(runner.getValue()), any(ITestLifeCycleReceiver.class)); in testRun()
343 .runInstrumentationTests( in testRun_rerunEmpty()
392 .runInstrumentationTests( in testRun_betterFailure()
456 .runInstrumentationTests( in testRun_rerun()
510 .runInstrumentationTests( in testRun_duplicate()
561 .runInstrumentationTests( in testRun_duplicate_disable()
628 .runInstrumentationTests( in testRun_rerun_Parameterized()
696 .runInstrumentationTests( in testRun_rerunCoverage()
746 .runInstrumentationTests( in testRun_mergedCoverage()
[all …]
DAndroidJUnitTestTest.java426 mMockTestDevice.runInstrumentationTests( in setRunTestExpectations()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4TestTest.java182 mMockDevice.runInstrumentationTests( in testRunDeviceTests()
205 mMockDevice.runInstrumentationTests( in testRunDeviceTests_assumptionFailure()
260 mMockDevice.runInstrumentationTests( in testRunDeviceTests_abi()
321 mMockDevice.runInstrumentationTests( in testRunDeviceTestsWithOptions()
354 mMockDevice.runInstrumentationTests( in testRunDeviceTests_crashedInstrumentation()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/helper/
DTelephonyHelperTest.java61 mDevice.runInstrumentationTests( in testGetSimInfo()
110 mDevice.runInstrumentationTests( in testGetSimInfo_instrumentationFailed()
138 mDevice.runInstrumentationTests( in testGetSimInfo_simTest_not_run()
165 mDevice.runInstrumentationTests( in testGetSimInfo_simTest_failed()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java960 mDevice.runInstrumentationTests(mRunner, listener); in doTestRun()
1070 mDevice.runInstrumentationTests(mRunner, instrumentationListener); in runWithRerun()
1210 instrResult = mDevice.runInstrumentationTests(runner, collector); in collectTestsAndRetry()
1212 instrResult = mDevice.runInstrumentationTests(runner, collector, listener); in collectTestsAndRetry()
DUiAutomatorTest.java232 getDevice().runInstrumentationTests(getTestRunner(), mListeners); in run()
234 getDevice().runInstrumentationTests(getTestRunner(), mListeners); in run()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java886 public boolean runInstrumentationTests( in runInstrumentationTests() method in NativeDevice
926 boolean result = runInstrumentationTests(runner, listeners); in runInstrumentationTestsAsUser()
985 public boolean runInstrumentationTests( in runInstrumentationTests() method in NativeDevice
990 return runInstrumentationTests(runner, listenerList); in runInstrumentationTests()
999 boolean result = runInstrumentationTests(runner, listeners); in runInstrumentationTestsAsUser()
/tools/tradefederation/contrib/src/com/android/media/tests/
DMediaMemoryTest.java129 mTestDevice.runInstrumentationTests(runner, bugListener); in run()
132 mTestDevice.runInstrumentationTests(runner, bugListener); in run()
DCameraShotToShotLatencyTest.java76 Assert.assertTrue(mTestDevice.runInstrumentationTests(runner, bugListener)); in run()
DMediaPlayerStressTest.java109 mTestDevice.runInstrumentationTests(runner, bugListener); in run()
DMediaStressTest.java87 mTestDevice.runInstrumentationTests(runner, listener); in run()
DCameraSettingsTest.java96 Assert.assertTrue(mTestDevice.runInstrumentationTests(runner, bugListener)); in run()
DVideoEditingPerformanceTest.java149 mTestDevice.runInstrumentationTests(runner, bugListener); in run()
DVideoEditingMemoryTest.java119 mTestDevice.runInstrumentationTests(runner, bugListener); in run()
DCameraLatencyTest.java169 mTestDevice.runInstrumentationTests(runner, listener, auxListener); in executeTest()
DCameraStressTest.java204 mTestDevice.runInstrumentationTests(runner, listener, auxListener); in executeTest()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java537 public boolean runInstrumentationTests( in runInstrumentationTests() method
552 public boolean runInstrumentationTests( in runInstrumentationTests() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java883 mTestDevice.runInstrumentationTests(mockRunner, listeners); in testRunInstrumentationTests()
905 mRecoveryTestDevice.runInstrumentationTests(mockRunner, listeners); in testRunInstrumentationTests_recoveryFails()
929 mTestDevice.runInstrumentationTests(mockRunner, listeners); in testRunInstrumentationTests_recoverySucceeds()
DTestDeviceStressTest.java175 getDevice().runInstrumentationTests(uirunner, uilistener); in runUITests()
/tools/tradefederation/core/src/com/android/tradefed/device/helper/
DTelephonyHelper.java108 device.runInstrumentationTests(runner, listener); in getSimInfo()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java279 mDevice.runInstrumentationTests(testRunner, listener); in runDeviceTests()
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java265 mTestDevice.runInstrumentationTests(runner, bugListener); in run()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java770 assertTrue(device.runInstrumentationTests(testRunner, allReceiver)); in doRunTests()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java218 mDevice.runInstrumentationTests(mRunner, collectingListener); in run()
DAppTransitionTests.java276 mDevice.runInstrumentationTests(mRunner, mLaunchListener); in runTests()

12