OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RETRY
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java
28
* ANQP_HOLDOFF_TIME * 2^
MAX_RETRY
. With current values this results in 640s.
30
private static final int
MAX_RETRY
= 6;
65
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
) {
/cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp
88
const int
MAX_RETRY
= 20;
89
while (retryCount <
MAX_RETRY
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java
123
private static final int
MAX_RETRY
= 1;
388
// so we retry up to
MAX_RETRY
times, with an interval of RETRY_INTERVAL_MS.
389
if (ar.exception instanceof CommandException && mRetryCount <
MAX_RETRY
&&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar
/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
/system/security/keystore/
keystore.cpp
734
UserState(uid_t userId) : mUserId(userId), mRetry(
MAX_RETRY
) {
774
mRetry =
MAX_RETRY
;
926
static const int
MAX_RETRY
= 4;
[
all
...]
Completed in 907 milliseconds