Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java213 private File createTmpConfig(String objType, Object obj) throws IOException { in createTmpConfig() method in ShardHelperTest
226 File configFile = createTmpConfig(Configuration.SYSTEM_STATUS_CHECKER_TYPE_NAME, checker); in testCloneStatusChecker()
273 createTmpConfig(Configuration.DEVICE_METRICS_COLLECTOR_TYPE_NAME, collector); in testCloneMetricCollector()
DStrictShardHelperTest.java105 createTmpConfig(Configuration.BUILD_PROVIDER_TYPE_NAME, new StubBuildProvider()); in testShardConfig_internal()
474 private File createTmpConfig(String objType, Object obj) throws IOException { in createTmpConfig() method in StrictShardHelperTest