Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/binary/
DExecutableHostTest.java51 private static final String ANDROID_SERIAL = "ANDROID_SERIAL"; field in ExecutableHostTest
106 runUtil.setEnvVariable(ANDROID_SERIAL, mDevice.getSerialNumber()); in runBinary()
/tools/tradefederation/core/atest/
Dconstants_default.py45 ANDROID_SERIAL = 'ANDROID_SERIAL' variable
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py379 env_serial = os.environ.get(constants.ANDROID_SERIAL)