Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java260 List<SortShardObj> shardTimes = new ArrayList<>(); in topBottom()
270 shardTimes.add(new SortShardObj(index, aggTime)); in topBottom()
299 private class SortShardObj implements Comparable<SortShardObj> { class in StrictShardHelper
303 public SortShardObj(int index, long aggTime) { in SortShardObj() method in StrictShardHelper.SortShardObj
309 public int compareTo(SortShardObj obj) { in compareTo()