Searched refs:getCurrentFqdnIndex (Results 1 – 4 of 4) sorted by relevance
415 public synchronized int getCurrentFqdnIndex(int numFqdns) { in getCurrentFqdnIndex() method in ErrorPolicyManager418 return lastRetryAction == null ? -1 : lastRetryAction.getCurrentFqdnIndex(numFqdns); in getCurrentFqdnIndex()909 int getCurrentFqdnIndex(int retryIndex, int numFqdns) { in getCurrentFqdnIndex() method in ErrorPolicyManager.ErrorPolicy1048 int getCurrentFqdnIndex(int numFqdns); in getCurrentFqdnIndex() method1062 public int getCurrentFqdnIndex(int numFqdns) { in getCurrentFqdnIndex() method in ErrorPolicyManager.PolicyDerivedRetryAction1064 return errorPolicy.getCurrentFqdnIndex(currentRetryIndex(), numFqdns); in getCurrentFqdnIndex()1104 public int getCurrentFqdnIndex(int numFqdns) { in getCurrentFqdnIndex() method in ErrorPolicyManager.IkeBackoffNotifyRetryAction
1142 assertEquals(0, mErrorPolicyManager.getCurrentFqdnIndex(2)); in testErrorPolicyWithNumAttemptsPerFqdn()1147 assertEquals(1, mErrorPolicyManager.getCurrentFqdnIndex(2)); in testErrorPolicyWithNumAttemptsPerFqdn()1151 assertEquals(1, mErrorPolicyManager.getCurrentFqdnIndex(2)); in testErrorPolicyWithNumAttemptsPerFqdn()1165 assertEquals(0, mErrorPolicyManager.getCurrentFqdnIndex(2)); in testErrorPolicyWithNumAttemptsPerFqdn()
1365 int index = mErrorPolicyManager.getCurrentFqdnIndex(numFqdns); in getValidatedServerList()
1071 when(mMockErrorPolicyManager.getCurrentFqdnIndex(anyInt())).thenReturn(0); in testGetValidatedServerListIpv4OnlyCongestion()