Home
last modified time | relevance | path

Searched refs:ANDROID_SERIAL_VAR (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DTfTestLauncherTest.java131 mMockRunUtil.unsetEnvVariable(SubprocessTfLauncher.ANDROID_SERIAL_VAR); in testRun()
250 mMockRunUtil.unsetEnvVariable(SubprocessTfLauncher.ANDROID_SERIAL_VAR); in testRunCoverage()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java63 private static final String ANDROID_SERIAL_VAR = "ANDROID_SERIAL"; field in MoblyBinaryHostTest
183 getRunUtil().setEnvVariable(ANDROID_SERIAL_VAR, getDevice().getSerialNumber()); in runSingleParFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java70 protected static final String ANDROID_SERIAL_VAR = "ANDROID_SERIAL"; field in PythonBinaryHostTest
256 .setEnvVariable(ANDROID_SERIAL_VAR, mTestInfo.getDevice().getSerialNumber()); in runSinglePythonFile()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java75 public static final String ANDROID_SERIAL_VAR = "ANDROID_SERIAL"; field in SubprocessTfLauncher
272 mRunUtil.unsetEnvVariable(ANDROID_SERIAL_VAR); in preRun()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java101 mMockRunUtil.setEnvVariable(PythonBinaryHostTest.ANDROID_SERIAL_VAR, "SERIAL"); in setUp()