Searched refs:mAggTime (Results 1 – 1 of 1) sorted by relevance
276 if ((shardTimes.get(0).mAggTime - shardTimes.get(shardTimes.size() - 1).mAggTime) in topBottom()287 TimeUtil.formatElapsedTime(shardTimes.get(i).mAggTime)); in topBottom()301 public final Long mAggTime; field in StrictShardHelper.SortShardObj305 mAggTime = aggTime; in SortShardObj()310 return obj.mAggTime.compareTo(mAggTime); in compareTo()