OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_RETRY
(Results
1 - 9
of
9
) sorted by null
/external/autotest/site_utils/
gmail_lib.py
47
MAX_RETRY
= 10
142
retry_count =
MAX_RETRY
if retry else 0
/system/security/keystore/
user_state.h
66
static const int
MAX_RETRY
= 4;
/cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp
88
const int
MAX_RETRY
= 20;
89
while (retryCount <
MAX_RETRY
) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java
32
* ANQP_HOLDOFF_TIME * 2^
MAX_RETRY
. With current values this results in 640s.
34
private static final int
MAX_RETRY
= 6;
72
mRetry = Math.max(existing.getRetry() + 1,
MAX_RETRY
);
/packages/apps/Email/provider_src/com/android/email/provider/
RefreshStatusMonitor.java
29
private static final int
MAX_RETRY
=
130
if (mNumRetries >
MAX_RETRY
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java
118
private static final int
MAX_RETRY
= 1;
433
// so we retry up to
MAX_RETRY
times, with an interval of RETRY_INTERVAL_MS.
434
if (ar.exception instanceof CommandException && mRetryCount <
MAX_RETRY
&&
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar
Completed in 305 milliseconds