Searched refs:bringUpTime (Results 1 – 1 of 1) sorted by relevance
568 Date bringUpTime = tunnelState.getBringUpStateTime(); in reportTunnelSetupSuccess() local571 if (bringUpTime != null && upTime != null) { in reportTunnelSetupSuccess()572 long tunnelUpTime = upTime.getTime() - bringUpTime.getTime(); in reportTunnelSetupSuccess()