Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DShardHelperTest.java145 .scheduleConfig( in testSplitWithShardCount()
171 .scheduleConfig( in testSplit_noShardCount()
205 .scheduleConfig( in testSplitWithShardCount_notEnoughTest()
248 .scheduleConfig( in testCloneStatusChecker()
295 .scheduleConfig( in testCloneMetricCollector()
369 .scheduleConfig( in testClone_withKeystore()
408 .scheduleConfig( in testSplitWithTokens()
446 .scheduleConfig( in testSplitWithMultiDevices()
DStrictShardHelperTest.java130 .scheduleConfig( in testShardConfig_internal()
161 Mockito.verify(mRescheduler, Mockito.times(0)).scheduleConfig(Mockito.any()); in testShardConfig_internal_shardIndex()
192 Mockito.verify(mRescheduler, Mockito.times(0)).scheduleConfig(Mockito.any()); in testShardConfig_internal_shardIndex_notShardable_shard0()
223 Mockito.verify(mRescheduler, Mockito.times(0)).scheduleConfig(Mockito.any()); in testShardConfig_internal_shardIndex_notShardable_shard1()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIRescheduler.java34 boolean scheduleConfig(IConfiguration config); in scheduleConfig() method
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java417 public boolean scheduleConfig(IConfiguration config) { in scheduleConfig() method in ITestSuiteIntegrationTest.TestShardRescheduler
454 public boolean scheduleConfig(IConfiguration config) { in scheduleConfig() method in ITestSuiteIntegrationTest.TestParallelShardRescheduler
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java252 rescheduler.scheduleConfig(shardConfig); in rescheduleConfig()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java536 rescheduler.scheduleConfig(mockRescheduledConfig);
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java398 public boolean scheduleConfig(IConfiguration config) { in scheduleConfig() method in CommandScheduler.Rescheduler