Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1428 mMockClusterOptions.setCheckCommandState(false);
1433 mMockClusterOptions.setCheckCommandState(true);
1444 mMockClusterOptions.setCheckCommandState(true);
1483 mMockClusterOptions.setCheckCommandState(true);
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterOptions.java299 void setCheckCommandState(boolean checkCommandState) { in setCheckCommandState() method in ClusterOptions