Searched refs:MAX_RETRY_COUNT (Results 1 – 4 of 4) sorted by relevance
116 private static final int MAX_RETRY_COUNT = 6;//Maximum time is 64s field in RcsStackAdaptor646 if (currentRetry >= 0 && currentRetry <= MAX_RETRY_COUNT) { in startInitThread()706 if(times < 0 || times >= MAX_RETRY_COUNT){ in startInitPresenceTimer()707 times = MAX_RETRY_COUNT; in startInitPresenceTimer()
27 #define MAX_RETRY_COUNT (100) macro
86 MAX_RETRY_COUNT = 10 variable in ChromeCr50220 for i in range(self.MAX_RETRY_COUNT):482 compare_output=False, retries=MAX_RETRY_COUNT):
47 const MAX_RETRY_COUNT: usize = 3; constant851 Some(UciCmdRetryer { cmd, result_sender, retry_count: MAX_RETRY_COUNT }); in handle_cmd()1008 retry_count: MAX_RETRY_COUNT, in send_data_packet_fragment()2920 for _ in 0..MAX_RETRY_COUNT { in test_session_get_count_retry_too_many_times()