HomeSort by relevance Sort by last modified time
    Searched refs:MAX_RETRY (Results 1 - 10 of 10) sorted by null

  /system/security/keystore/
user_state.h 66 static const int MAX_RETRY = 4;
user_state.cpp 34 UserState::UserState(uid_t userId) : mUserId(userId), mRetry(MAX_RETRY) {
62 mRetry = 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) {
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 88 const int MAX_RETRY = 20;
89 while (retryCount < MAX_RETRY) {
  /external/autotest/site_utils/
gmail_lib.py 47 MAX_RETRY = 10
142 retry_count = MAX_RETRY if retry else 0
  /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 &&
  /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 

Completed in 174 milliseconds