Searched refs:connectionGapList (Results 1 – 1 of 1) sorted by relevance
165 List<Integer> connectionGapList = getSatelliteConnectionGapList( in reportMetrics() local169 if (!connectionGapList.isEmpty()) { in reportMetrics()170 satelliteConnectionGapMinSec = Collections.min(connectionGapList); in reportMetrics()171 satelliteConnectionGapMaxSec = Collections.max(connectionGapList); in reportMetrics()182 .setSatelliteConnectionGapAvgSec(getAvg(connectionGapList)) in reportMetrics()254 List<Integer> connectionGapList = new ArrayList<>(); in getSatelliteConnectionGapList() local259 connectionGapList.add((int) ( in getSatelliteConnectionGapList()263 return connectionGapList; in getSatelliteConnectionGapList()