Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1424 Mockito.when(mMockClusterClient.getCommandState(any(), any()))
1437 Mockito.verify(mMockClusterClient, Mockito.times(1)).getCommandState(any(), any());
1453 Mockito.when(mMockClusterClient.getCommandState(any(), any()))
1476 Mockito.verify(mMockClusterClient, Mockito.times(4)).getCommandState(any(), any());
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java102 ClusterCommand.State state = getCommandState(requestId, commandId); in getCommandStatus()
114 public ClusterCommand.State getCommandState(String requestId, String commandId); in getCommandState() method
DClusterClient.java216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState() method in ClusterClient
DClusterCommandScheduler.java387 .getCommandState( in run()