Home
last modified time | relevance | path

Searched refs:shouldUploadInvocationStatus (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterOptions.java54 public Boolean shouldUploadInvocationStatus(); in shouldUploadInvocationStatus() method
DClusterOptions.java259 public Boolean shouldUploadInvocationStatus() { in shouldUploadInvocationStatus() method in ClusterOptions
DClusterCommandScheduler.java180 if (!getClusterOptions().shouldUploadInvocationStatus()) { in updateInvocationStatus()