Home
last modified time | relevance | path

Searched defs:runTest (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestSuite.java71 public void runTest(Test test, TestResult result) { in runTest() method in InstrumentationTestSuite
H A DInstrumentationTestCase.java160 protected void runTest() throws Throwable { in runTest() method in InstrumentationTestCase
/aosp14/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java183 protected void runTest() throws Throwable { in runTest() method in ActivityInstrumentationTestCase2
H A DAndroidTestRunner.java180 public void runTest() { in runTest() method in AndroidTestRunner
184 public void runTest(TestResult testResult) { in runTest() method in AndroidTestRunner
/aosp14/frameworks/base/test-base/src/junit/framework/
H A DTestCase.java151 protected void runTest() throws Throwable { in runTest() method in TestCase
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/model/
H A DSignalIconModelParameterizedTest.kt49 fun runTest() { regex
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DXmlSerializerPerfTest.java87 private void runTest(XmlSerializer serializer, int depth) throws IOException { in runTest() method in XmlSerializerPerfTest
/aosp14/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java41 protected void runTest() throws Throwable { in runTest() method in BandwidthTestCase
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java195 private String runTest(String cert, String content, String version, String required, String sig) in runTest() method in CertPinInstallReceiverTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModelTest.kt74 private fun runTest(block: suspend TestScope.() -> Unit) { regex
/aosp14/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java310 public void runTest() { in runTest() method in InstrumentationTestRunnerTest.StubAndroidTestRunner
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerIntegrationTests.java350 final void runTest() throws Exception { in runTest() method in DynamicCodeLoggerIntegrationTests.TestNativeCodeWithRetries