Home
last modified time | relevance | path

Searched refs:ANDROID_SERIAL (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java55 private static final String ANDROID_SERIAL = "ANDROID_SERIAL"; field in ExecutableHostTest
110 runUtil.setEnvVariable(ANDROID_SERIAL, getTestInfo().getDevice().getSerialNumber()); in runBinary()
/tools/tradefederation/core/atest/
Dconstants_default.py48 ANDROID_SERIAL = 'ANDROID_SERIAL' variable
/tools/asuite/atest/
Dconstants_default.py50 ANDROID_SERIAL = 'ANDROID_SERIAL' variable
/tools/asuite/atest/tools/
Datest_tools.py428 os.environ[constants.ANDROID_SERIAL] = '127.0.0.1:{}'.format(adb_port)
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py472 env_serial = os.environ.get(constants.ANDROID_SERIAL)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py510 env_serial = os.environ.get(constants.ANDROID_SERIAL)