Home
last modified time | relevance | path

Searched refs:checkTestPlanLevelVirtualenv (Results 1 – 2 of 2) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparerTest.java117 protected boolean checkTestPlanLevelVirtualenv(IBuildInfo buildInfo) in checkTestPlanLevelVirtualenv() method in VtsPythonVirtualenvPreparerTest.MockPythonVirtualenvPreparer
127 return super.checkTestPlanLevelVirtualenv(buildInfo); in checkTestPlanLevelVirtualenv()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java432 if (checkTestPlanLevelVirtualenv(buildInfo)) { in initVirtualenv()
535 protected boolean checkTestPlanLevelVirtualenv(IBuildInfo buildInfo) throws TargetSetupError { in checkTestPlanLevelVirtualenv() method in VtsPythonVirtualenvPreparer