Home
last modified time | relevance | path

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

/tools/asuite/atest/tools/
Dstart_avd_unittest.py69 self.assertEqual(os.environ[constants.ANDROID_SERIAL], '127.0.0.1:58167')
78 self.assertEqual(os.environ[constants.ANDROID_SERIAL], '0.0.0.0:6521')
Dstart_avd.py159 os.environ[constants.ANDROID_SERIAL] = f'{adb_ip}:{adb_port}'
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java58 private static final String ANDROID_SERIAL = "ANDROID_SERIAL"; field in ExecutableHostTest
114 runUtil.setEnvVariable(ANDROID_SERIAL, getTestInfo().getDevice().getSerialNumber()); in runBinary()
/tools/asuite/atest/
Dconstants_default.py45 ANDROID_SERIAL = 'ANDROID_SERIAL' variable
/tools/asuite/adevice/
DREADME.md44 You can specify which connected device to use with the environment variable ANDROID_SERIAL or with …
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py905 os.environ.pop(constants.ANDROID_SERIAL, None)
908 env_serial = os.environ.get(constants.ANDROID_SERIAL)