Searched refs:maxRetries (Results 1 – 3 of 3) sorted by relevance
270 final int maxRetries = 3; in runTest() local271 for (int retry = 1; retry <= maxRetries; retry++) { in runTest()281 if (retry == maxRetries) { in runTest()
197 private void launchSettingsActivityWithRetry(long maxRetries, long backoffSeedInMillis) in launchSettingsActivityWithRetry() argument199 for (int attempt = 0; attempt <= maxRetries; attempt++) { in launchSettingsActivityWithRetry()
158 int maxRetries = 10; // Try 10 times to get timestamp in testTimestamp() local167 } while (result != AAUDIO_OK && --maxRetries > 0 && in testTimestamp()