Home
last modified time | relevance | path

Searched refs:unsetEnvVariable (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DTfTestLauncherTest.java129 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testRun()
130 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testRun()
131 mMockRunUtil.unsetEnvVariable(SubprocessTfLauncher.ANDROID_SERIAL_VAR); in testRun()
132 mMockRunUtil.unsetEnvVariable(EnvVariable.ANDROID_HOST_OUT_TESTCASES.name()); in testRun()
133 mMockRunUtil.unsetEnvVariable(EnvVariable.ANDROID_TARGET_OUT_TESTCASES.name()); in testRun()
248 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testRunCoverage()
249 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testRunCoverage()
250 mMockRunUtil.unsetEnvVariable(SubprocessTfLauncher.ANDROID_SERIAL_VAR); in testRunCoverage()
251 mMockRunUtil.unsetEnvVariable(EnvVariable.ANDROID_HOST_OUT_TESTCASES.name()); in testRunCoverage()
252 mMockRunUtil.unsetEnvVariable(EnvVariable.ANDROID_TARGET_OUT_TESTCASES.name()); in testRunCoverage()
DNoisyDryRunTestTest.java257 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testLoading_sandboxed()
259 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testLoading_sandboxed()
318 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testLoading_sandboxed_failed()
320 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testLoading_sandboxed_failed()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java109 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testPrepareEnvironment()
111 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testPrepareEnvironment()
151 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testPrepareEnvironment_dumpConfigFail()
153 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testPrepareEnvironment_dumpConfigFail()
191 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testPrepareEnvironment_dumpConfigFail_fallback_fail()
193 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testPrepareEnvironment_dumpConfigFail_fallback_fail()
237 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testPrepareEnvironment_noTfDirJar()
238 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testPrepareEnvironment_noTfDirJar()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java107 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testCreateConfigurationFromArgs()
109 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testCreateConfigurationFromArgs()
129 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testCreateConfigurationFromArgs_fail()
131 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in testCreateConfigurationFromArgs_fail()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandLauncherTest.java149 Mockito.verify(mMockRunUtil).unsetEnvVariable("TF_GLOBAL_CONFIG"); in testRun()
195 Mockito.verify(mMockRunUtil).unsetEnvVariable("TF_GLOBAL_CONFIG"); in testRun_withSetupScripts()
265 Mockito.verify(mMockRunUtil).unsetEnvVariable("TF_GLOBAL_CONFIG"); in testRun_withUseSubprocessReporting()
268 Mockito.verify(mMockRunUtil).unsetEnvVariable("TF_GLOBAL_CONFIG"); in testRun_withUseSubprocessReporting()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java270 mRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in preRun()
271 mRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in preRun()
272 mRunUtil.unsetEnvVariable(ANDROID_SERIAL_VAR); in preRun()
DTfTestLauncher.java193 getRunUtil().unsetEnvVariable(EnvVariable.ANDROID_HOST_OUT_TESTCASES.name()); in preRun()
194 getRunUtil().unsetEnvVariable(EnvVariable.ANDROID_TARGET_OUT_TESTCASES.name()); in preRun()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java228 RunUtil.getDefault().unsetEnvVariable("foo"); in testUnsetEnvVariable_default()
451 testRunUtil.unsetEnvVariable(ENV_NAME); in testUnsetPriority()
468 testRunUtil.unsetEnvVariable(ENV_NAME); in testUnsetPriority_inverted()
DRunUtilFuncTest.java176 runUtil.unsetEnvVariable("bar"); in testUnsetEnvVariable()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java63 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in dumpConfigForVersion()
64 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in dumpConfigForVersion()
DTradefedSandbox.java239 mRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in prepareEnvironment()
240 mRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in prepareEnvironment()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DDelegatedInvocationExecution.java183 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in createRunUtil()
184 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in createRunUtil()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java88 public void unsetEnvVariable(String key); in unsetEnvVariable() method
DRunUtil.java124 public synchronized void unsetEnvVariable(String key) { in unsetEnvVariable() method in RunUtil
/tools/tradefederation/core/src/com/android/tradefed/config/
DSandboxConfigurationFactory.java117 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in createConfigurationFromArgs()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java144 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in run()