Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java415 public synchronized int getCurrentFqdnIndex(int numFqdns) { in getCurrentFqdnIndex() argument
418 return lastRetryAction == null ? -1 : lastRetryAction.getCurrentFqdnIndex(numFqdns); in getCurrentFqdnIndex()
909 int getCurrentFqdnIndex(int retryIndex, int numFqdns) { in getCurrentFqdnIndex() argument
916 return (retryIndex + 1) / numAttemptsPerFqdn().get() % numFqdns; in getCurrentFqdnIndex()
1048 int getCurrentFqdnIndex(int numFqdns); in getCurrentFqdnIndex() argument
1062 public int getCurrentFqdnIndex(int numFqdns) { in getCurrentFqdnIndex() argument
1064 return errorPolicy.getCurrentFqdnIndex(currentRetryIndex(), numFqdns); in getCurrentFqdnIndex()
1104 public int getCurrentFqdnIndex(int numFqdns) { in getCurrentFqdnIndex() argument
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java1364 int numFqdns = plmnDomainNamesToIpAddress.size(); in getValidatedServerList()
1365 int index = mErrorPolicyManager.getCurrentFqdnIndex(numFqdns); in getValidatedServerList()
1366 if (index >= 0 && index < numFqdns) { in getValidatedServerList()
1375 + numFqdns); in getValidatedServerList()