Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java217 return getCommandStatus(requestId, commandId).getState(); in getCommandState()
221 public ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus() method in ClusterClient
DIClusterClient.java101 public default ClusterCommandStatus getCommandStatus(String requestId, String commandId) { in getCommandStatus() method