Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java239 public synchronized long reportIwlanError(String apn, IwlanError iwlanError, long backOffTime) { in reportIwlanError() argument
256 retryTime = backOffTime; in reportIwlanError()
261 ErrorInfo errorInfo = new ErrorInfo(iwlanError, policy, backOffTime); in reportIwlanError()
265 info.setBackOffTime(backOffTime); in reportIwlanError()
912 ErrorInfo(IwlanError error, ErrorPolicy errorPolicy, long backOffTime) { in ErrorInfo() argument
917 mBackOffTime = backOffTime; in ErrorInfo()
961 void setBackOffTime(long backOffTime) { in setBackOffTime() argument
962 mBackOffTime = backOffTime; in setBackOffTime()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1825 long reportIwlanError(String apnName, IwlanError error, long backOffTime) { in reportIwlanError() argument
1827 .reportIwlanError(apnName, error, backOffTime); in reportIwlanError()