Searched refs:mLastErrorTime (Results 1 – 1 of 1) sorted by relevance
901 long mLastErrorTime; field in ErrorPolicyManager.ErrorInfo909 mLastErrorTime = new Date().getTime(); in ErrorInfo()918 mLastErrorTime = new Date().getTime(); in ErrorInfo()930 mLastErrorTime = new Date().getTime(); in updateCurrentRetryTime()950 time = Math.max(0, time - (currentTime - mLastErrorTime)); in getCurrentRetryTime()963 mLastErrorTime = new Date().getTime(); in setBackOffTime()979 long timeDifference = currentTime - mLastErrorTime; in canBringUpTunnel()