/cts/common/device-side/test-app/ |
run_tests.sh | 38 RUNNER=android.support.test.runner.AndroidJUnitRunner 42 java $RDBG_FLAG -cp ${JAR_PATH} ${TF_CONSOLE} run singleCommand instrument --serial ${SERIAL} --package ${COMMON_PACKAGE} --runner ${RUNNER}
|
/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
WebViewHostSideStartupTest.java | 28 private static final String RUNNER = "android.support.test.runner.AndroidJUnitRunner"; 62 packageName, RUNNER, getDevice().getIDevice());
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
FutureTask.java | 82 * INTERRUPTING (only while interrupting the runner to satisfy a 107 private volatile Thread runner; field in class:FutureTask 173 Thread t = runner; 258 !U.compareAndSwapObject(this, RUNNER, null, Thread.currentThread())) 277 // runner must be non-null until state is settled to 279 runner = null; 280 // state must be re-read after nulling runner to prevent 299 !U.compareAndSwapObject(this, RUNNER, null, Thread.currentThread())) 314 // runner must be non-null until state is settled to 316 runner = null [all...] |
/cts/hostsidetests/ui/src/android/ui/cts/ |
TaskSwitchingTest.java | 47 private final static String RUNNER = "android.support.test.runner.AndroidJUnitRunner"; 98 RemoteAndroidTestRunner testRunner = new RemoteAndroidTestRunner(PACKAGES[0], RUNNER,
|
/frameworks/rs/perf-test-scripts/ |
timing | 41 RUNNER="com.android.rs.imagejb/android.support.test.runner.AndroidJUnitRunner" 205 adb shell "am instrument -w $VARIABLES -e class $TEST_ROOT#${FUNCTION_NAMES[$testId]} $RUNNER" > /dev/null 259 adb shell "am instrument -w $VARIABLES $TESTS_TEXT $RUNNER"
|
/cts/common/host-side/tradefed/tests/res/testtype/ |
testJar1.jar | |
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/ |
JvmtiHostTest.java | 46 private static final String RUNNER = "android.support.test.runner.AndroidJUnitRunner"; 96 RemoteAndroidTestRunner runner = new RemoteAndroidTestRunner(mTestPackageName, RUNNER, local 99 runner.setMaxTimeToOutputResponse(2, TimeUnit.MINUTES); 103 device.runInstrumentationTests(runner, tr);
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
KeySetHostTest.java | 43 private static final String RUNNER = "android.support.test.runner.AndroidJUnitRunner"; 184 RUNNER, getDevice().getIDevice());
|
/cts/hostsidetests/media/src/android/media/cts/ |
BaseMultiUserTest.java | 48 private static final String RUNNER = "android.support.test.runner.AndroidJUnitRunner"; 58 * Instrumentation test runner argument key used for individual test timeout 261 pkgName, RUNNER, getDevice().getIDevice());
|
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/ |
BaseShortcutManagerHostTest.java | 44 private static final String RUNNER = "android.support.test.runner.AndroidJUnitRunner"; 139 pkgName, RUNNER, getDevice().getIDevice());
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
BaseDevicePolicyTest.java | 50 private static final String RUNNER = "android.support.test.runner.AndroidJUnitRunner"; 66 /** instrumentation test runner argument key used for individual test timeout */ 307 pkgName, RUNNER, getDevice().getIDevice()); [all...] |