Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java909 int getCurrentFqdnIndex(int retryIndex, int numFqdns) { in getCurrentFqdnIndex() argument
916 return (retryIndex + 1) / numAttemptsPerFqdn().get() % numFqdns; in getCurrentFqdnIndex()