Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/
DCarrierRoamingSatelliteSessionStats.java257 long currentConnectionStartTime = mConnectionStartTimeList.get(i); in getSatelliteConnectionGapList() local
258 if (currentConnectionStartTime > prevConnectionEndTime && prevConnectionEndTime > 0) { in getSatelliteConnectionGapList()
260 (currentConnectionStartTime - prevConnectionEndTime) / 1000)); in getSatelliteConnectionGapList()