Searched refs:mConnectionStartTimeList (Results 1 – 1 of 1) sorted by relevance
54 private List<Long> mConnectionStartTimeList; field in CarrierRoamingSatelliteSessionStats86 mConnectionStartTimeList.add(getCurrentTime()); in onConnectionStart()208 mConnectionStartTimeList = new ArrayList<>(); in initializeParams()228 return Math.min(mConnectionStartTimeList.size(), mConnectionEndTimeList.size()); in getNumberOfSatelliteConnections()239 long startTime = mConnectionStartTimeList.get(i); in getAvgDurationOfSatelliteConnection()257 long currentConnectionStartTime = mConnectionStartTimeList.get(i); in getSatelliteConnectionGapList()