HomeSort by relevance Sort by last modified time
    Searched refs:GLOBAL_TEST_CONFIG (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
GlobalConfigurationTest.java 46 private static final String GLOBAL_TEST_CONFIG = "global-config";
131 String globalConfigPath = GLOBAL_TEST_CONFIG;
159 String globalConfigPath = GLOBAL_TEST_CONFIG;
197 String globalConfigPath = GLOBAL_TEST_CONFIG;
ConfigurationFactoryTest.java 57 private static final String GLOBAL_TEST_CONFIG = "global-config";
228 assertGlobalConfigValid(GLOBAL_TEST_CONFIG);
237 String.format("/testconfigs/%s.xml", GLOBAL_TEST_CONFIG));
238 File tmpFile = FileUtil.createTempFile(GLOBAL_TEST_CONFIG, ".xml");
    [all...]

Completed in 204 milliseconds