Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java67 protected static int PIP_RETRY = 3; field in VtsPythonVirtualenvPreparer
257 for (int try_count = 0; try_count < PIP_RETRY + 1; try_count++) { in installDeps()
286 for (int retry_count = 0; retry_count < PIP_RETRY + 1; retry_count++) { in installDeps()
470 for (int try_count = 0; try_count < PIP_RETRY + 1; try_count++) { in createVirtualenv()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparerTest.java151 VtsPythonVirtualenvPreparer.PIP_RETRY = 0; in setUp()