Home
last modified time | relevance | path

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

/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/
DCommonConfigLoadingTest.java161 int deviceCount = 0; in testConfigurationLoad() local
191 checkPythonModules(config, deviceCount); in testConfigurationLoad()
194 deviceCount++; in testConfigurationLoad()
299 private void checkPythonModules(File config, int deviceCount) in checkPythonModules() argument
301 if (deviceCount != 0) { in checkPythonModules()