Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostEvent.java34 private List<ClusterDeviceInfo> mDeviceInfos = new ArrayList<>();
101 public List<ClusterDeviceInfo> getDeviceInfos() { in getDeviceInfos()
126 private List<ClusterDeviceInfo> mDeviceInfos = new ArrayList<ClusterDeviceInfo>();
153 public Builder addDeviceInfo(final ClusterDeviceInfo deviceInfo) { in addDeviceInfo()
158 public Builder addDeviceInfos(List<ClusterDeviceInfo> deviceInfos) { in addDeviceInfos()
217 for (ClusterDeviceInfo d : this.getDeviceInfos()) { in toJSON()
DClusterDeviceInfo.java28 public class ClusterDeviceInfo { class
34 private ClusterDeviceInfo( in ClusterDeviceInfo() method in ClusterDeviceInfo
90 public ClusterDeviceInfo build() { in build()
91 final ClusterDeviceInfo deviceInfo = in build()
92 new ClusterDeviceInfo(mDeviceDescriptor, mRunTarget, mGroupName, mExtraInfo); in build()
DIClusterClient.java58 final List<ClusterDeviceInfo> devices, in leaseHostCommands()
DClusterDeviceMonitor.java129 final ClusterDeviceInfo.Builder deviceBuilder = new ClusterDeviceInfo.Builder(); in dispatch()
DClusterClient.java98 final List<ClusterDeviceInfo> deviceInfos, in leaseHostCommands()
117 for (ClusterDeviceInfo d : deviceInfos) { in leaseHostCommands()
DClusterCommandScheduler.java664 List<ClusterDeviceInfo> deviceInfos = new LinkedList<>(); in fetchHostCommands()
668 ClusterDeviceInfo deviceInfo = in fetchHostCommands()
669 new ClusterDeviceInfo.Builder() in fetchHostCommands()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterDeviceMonitorTest.java158 ClusterDeviceInfo device = hostEvent.getDeviceInfos().get(0); in testDispatch()
268 ClusterDeviceInfo device = hostEvent.getDeviceInfos().get(0); in testDeviceExtraInfo()