Searched refs:retryIntervalMs (Results 1 – 4 of 4) sorted by relevance
38 Condition exitCondition, String failMessage, int retryLimit, long retryIntervalMs) in waitFor() argument45 Thread.sleep(retryIntervalMs); in waitFor()
144 constexpr std::chrono::milliseconds retryIntervalMs{5}; in PollForCondition() local148 std::this_thread::sleep_for(retryIntervalMs); in PollForCondition()
127 constexpr milliseconds retryIntervalMs{20}; in WaitForPrivateDnsValidation() local136 std::this_thread::sleep_for(retryIntervalMs); in WaitForPrivateDnsValidation()
3106 long retryIntervalMs = INITIAL_SUSPEND_RETRY_INTERVAL_MS; in suspendWithRetries() local3136 Slogf.w(TAG, "Failed to Suspend; will retry after %dms", retryIntervalMs); in suspendWithRetries()3138 mLock.wait(retryIntervalMs); in suspendWithRetries()3142 totalWaitDurationMs += retryIntervalMs; in suspendWithRetries()3144 retryIntervalMs = Math.min(retryIntervalMs * 2, MAX_RETRY_INTERVAL_MS); in suspendWithRetries()