Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java863 abstract Optional<Integer> numAttemptsPerFqdn(); in numAttemptsPerFqdn() method in ErrorPolicyManager.ErrorPolicy
880 abstract Builder setNumAttemptsPerFqdn(Integer numAttemptsPerFqdn); in setNumAttemptsPerFqdn() argument
911 if (numAttemptsPerFqdn().isEmpty() || retryArray().size() <= 0) { in getCurrentFqdnIndex()
916 return (retryIndex + 1) / numAttemptsPerFqdn().get() % numFqdns; in getCurrentFqdnIndex()
984 Log.d(LOG_TAG, "NumAttemptsPerFqdn: " + numAttemptsPerFqdn()); in log()
/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java72 abstract Optional<String> numAttemptsPerFqdn(); in numAttemptsPerFqdn() method in ErrorPolicyManagerTest.ErrorPolicyString
90 abstract Builder setNumAttemptsPerFqdn(String numAttemptsPerFqdn); in setNumAttemptsPerFqdn() argument
113 numAttemptsPerFqdn() in getErrorPolicyInString()
115 numAttemptsPerFqdn -> in getErrorPolicyInString()
118 .append(numAttemptsPerFqdn) in getErrorPolicyInString()