Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DDeviceJUnit4Parameterized.java33 import org.junit.runner.Runner;
34 import org.junit.runner.notification.RunNotifier;
64 for (Runner runner : mRunners) { in setBuild()
65 if (runner instanceof IBuildReceiver) { in setBuild()
66 ((IBuildReceiver)runner).setBuild(buildInfo); in setBuild()
73 for (Runner runner : mRunners) { in setAbi()
74 if (runner instanceof IAbiReceiver) { in setAbi()
75 ((IAbiReceiver)runner).setAbi(abi); in setAbi()
83 for (Runner runner : mRunners) { in setDevice()
84 if (runner instanceof IDeviceTest) { in setDevice()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java34 import org.junit.runner.Computer;
35 import org.junit.runner.Description;
36 import org.junit.runner.JUnitCore;
37 import org.junit.runner.Request;
38 import org.junit.runner.Result;
39 import org.junit.runner.Runner;
40 import org.junit.runner.notification.Failure;
41 import org.junit.runner.notification.RunListener;
122 Runner runner; in executeTests() local
124 runner = computer.getSuite(runnerBuilder, new Class[]{ mTestClass }); in executeTests()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java31 import org.junit.runner.Computer;
32 import org.junit.runner.Description;
33 import org.junit.runner.JUnitCore;
34 import org.junit.runner.Request;
35 import org.junit.runner.Result;
36 import org.junit.runner.Runner;
37 import org.junit.runner.notification.Failure;
38 import org.junit.runner.notification.RunListener;
112 Runner runner; in executeTests() local
114 runner = computer.getSuite(runnerBuilder, new Class[]{ mTestClass }); in executeTests()
[all …]
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
DGtestRunner.java21 import org.junit.runner.Description;
22 import org.junit.runner.Runner;
23 import org.junit.runner.manipulation.Filter;
24 import org.junit.runner.manipulation.Filterable;
25 import org.junit.runner.manipulation.NoTestsRemainException;
26 import org.junit.runner.notification.RunNotifier;
/cts/tests/core/runner-axt/
DAndroid.bp16 // Build the core runner.
19 // temporary cts-core-test-runner variant that brings in androidx.test transitively, instead
22 name: "cts-core-test-runner-axt",
32 libs: ["android.test.runner"],
43 name: "cts-test-runner-axt",
45 srcs: ["src/com/android/cts/runner/**/*.java"],
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
DTestNgRunner.java17 package com.android.cts.core.runner.support;
21 import org.junit.runner.Description;
22 import org.junit.runner.Runner;
23 import org.junit.runner.manipulation.Filter;
24 import org.junit.runner.manipulation.Filterable;
25 import org.junit.runner.manipulation.NoTestsRemainException;
26 import org.junit.runner.notification.Failure;
27 import org.junit.runner.notification.RunNotifier;
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DTestNgRunner.java17 package com.android.cts.core.runner.support;
21 import org.junit.runner.Description;
22 import org.junit.runner.Runner;
23 import org.junit.runner.manipulation.Filter;
24 import org.junit.runner.manipulation.Filterable;
25 import org.junit.runner.manipulation.NoTestsRemainException;
26 import org.junit.runner.notification.Failure;
27 import org.junit.runner.notification.RunNotifier;
/cts/tests/core/runner/
DAndroid.bp16 // Build the core runner.
21 name: "cts-core-test-runner",
31 libs: ["android.test.runner.stubs"],
42 name: "cts-test-runner",
44 srcs: ["src/com/android/cts/runner/**/*.java"],
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DWidgetTestUtils.java215 @NonNull final View view, @Nullable final Runnable runner) {
235 if (runner != null) {
236 runner.run();
259 @Nullable final Runnable runner, boolean forceLayout)
262 activityTestRule.getActivity().getWindow().getDecorView(), runner, forceLayout);
277 @NonNull final View view, @Nullable final Runnable runner, boolean forceLayout)
295 if (runner != null) {
296 runner.run();
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DWidgetTestUtils.java215 @NonNull final View view, @Nullable final Runnable runner) {
235 if (runner != null) {
236 runner.run();
259 @Nullable final Runnable runner, boolean forceLayout)
262 activityTestRule.getActivity().getWindow().getDecorView(), runner, forceLayout);
277 @NonNull final View view, @Nullable final Runnable runner, boolean forceLayout)
295 if (runner != null) {
296 runner.run();
/cts/tests/core/runner-axt/src/com/android/cts/runner/
DCrashParserRunListener.java17 package com.android.cts.runner;
19 import androidx.test.internal.runner.listener.InstrumentationRunListener;
21 import org.junit.runner.Description;
/cts/tests/core/runner/src/com/android/cts/runner/
DCrashParserRunListener.java17 package com.android.cts.runner;
19 import android.support.test.internal.runner.listener.InstrumentationRunListener;
21 import org.junit.runner.Description;
/cts/tests/tests/systemui/src/android/systemui/cts/
DScreenshotTestRule.java21 import androidx.test.runner.screenshot.BasicScreenCaptureProcessor;
22 import androidx.test.runner.screenshot.ScreenCapture;
23 import androidx.test.runner.screenshot.Screenshot;
26 import org.junit.runner.Description;
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk24 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
59 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
89 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
118 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
159 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
/cts/tests/app/src/android/app/cts/
DAppTaskTests.java42 import androidx.test.runner.AndroidJUnit4;
43 import androidx.test.runner.lifecycle.ActivityLifecycleCallback;
44 import androidx.test.runner.lifecycle.ActivityLifecycleMonitor;
45 import androidx.test.runner.lifecycle.ActivityLifecycleMonitorRegistry;
46 import androidx.test.runner.lifecycle.Stage;
51 import org.junit.runner.RunWith;
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DNoOpDeviceTest.java21 import androidx.test.runner.AndroidJUnit4;
24 import org.junit.runner.RunWith;
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SettingNotFoundExceptionTest.java21 import androidx.test.runner.AndroidJUnit4;
24 import org.junit.runner.RunWith;
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathEffectTest.java22 import androidx.test.runner.AndroidJUnit4;
25 import org.junit.runner.RunWith;
DMaskFilterTest.java22 import androidx.test.runner.AndroidJUnit4;
25 import org.junit.runner.RunWith;
DDrawFilterTest.java22 import androidx.test.runner.AndroidJUnit4;
25 import org.junit.runner.RunWith;
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/src/android/os/lib/consumer/
DUseSharedLibraryTest.java21 import androidx.test.runner.AndroidJUnit4;
24 import org.junit.runner.RunWith;
/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationController_AnimationParametersTest.java23 import androidx.test.runner.AndroidJUnit4;
26 import org.junit.runner.RunWith;
DLayoutAnimationController_AnimationParametersTest.java22 import androidx.test.runner.AndroidJUnit4;
25 import org.junit.runner.RunWith;
/cts/tests/tests/view/src/android/view/cts/
DSurface_OutOfResourcesExceptionTest.java22 import androidx.test.runner.AndroidJUnit4;
25 import org.junit.runner.RunWith;
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/
DExpectationBasedFilter.java16 package com.android.cts.core.runner;
26 import org.junit.runner.Description;
27 import org.junit.runner.manipulation.Filter;

12345678910>>...60