Searched refs:backoffTime (Results 1 – 2 of 2) sorted by relevance
237 public synchronized long reportIwlanError(String apn, IwlanError iwlanError, long backoffTime) { in reportIwlanError() argument249 .generateRetryAction(iwlanError, backoffTime); in reportIwlanError()250 Log.d(LOG_TAG, "Current configured backoff time: " + newRetryAction.backoffTime()); in reportIwlanError()252 return newRetryAction.backoffTime(); in reportIwlanError()1096 abstract long backoffTime(); in backoffTime() method in ErrorPolicyManager.IkeBackoffNotifyRetryAction1100 return TimeUnit.SECONDS.toMillis(backoffTime()); in totalRetryTimeMs()1121 long backoffTime) { in create() argument1127 backoffTime); in create()1236 IwlanError iwlanError, long backoffTime) { in generateRetryAction() argument1246 iwlanError, policy, newErrorCount, backoffTime); in generateRetryAction()
369 public void setBackoffTime(long backoffTime) { in setBackoffTime() argument371 mBackoffTime = backoffTime; in setBackoffTime()2291 long backoffTime = in handleMessage() local2294 if (backoffTime > 0) { in handleMessage()2295 tunnelConfig.setBackoffTime(backoffTime); in handleMessage()2296 Log.d(TAG, "Backoff Timer: " + backoffTime); in handleMessage()