OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retryLimit
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
RetryPolicy.java
28
* <code>
retryLimit
</code> times and with a <code>retryDelayMillis</code> interval in between.
45
public RetryPolicy(int
retryLimit
, int retryDelayMillis) {
46
mRetryLimit =
retryLimit
;
/system/chre/host/common/
socket_client.cc
182
int
retryLimit
= 40; // ~2.5 hours total
184
while (--
retryLimit
> 0) {
Completed in 52 milliseconds