HomeSort by relevance Sort by last modified time
    Searched refs:retryCount (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 59 private final int retryCount;
67 public DefaultHttpRequestRetryHandler(int retryCount, boolean requestSentRetryEnabled) {
69 this.retryCount = retryCount;
80 * Used <code>retryCount</code> and <code>requestSentRetryEnabled</code> to determine
93 if (executionCount > this.retryCount) {
137 return retryCount;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
ExecDumpClient.java 29 private int retryCount;
34 * <code>reset==false</code>, <code>retryCount==0</code> and
40 this.retryCount = 0;
68 * @param retryCount
71 public void setRetryCount(final int retryCount) {
72 this.retryCount = retryCount;
142 if (++count > retryCount) {
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DumpTask.java 37 private int retryCount = 10;
76 * @param retryCount
79 public void setRetryCount(final int retryCount) {
80 this.retryCount = retryCount;
144 client.setRetryCount(retryCount);
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresencePublishTask.java 80 public void setRetryCount(int retryCount) {
81 mRetryCount = retryCount;
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DumpMojo.java 94 * @parameter property="jacoco.retryCount" default-value="10"
96 private int retryCount;
116 client.setRetryCount(retryCount);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 57 final String rawChecksum, final String checksum, final int retryCount,
68 mRetryCount = retryCount;
90 final int retryCount = values.getAsInteger(MetadataDbHelper.RETRY_COUNT_COLUMN);
112 checksum, retryCount, localFilename, remoteFilename, version, formatVersion,
MetadataDbHelper.java 484 final String rawChecksum, final String checksum, final int retryCount,
497 result.put(RETRY_COUNT_COLUMN, retryCount);
    [all...]
  /packages/services/Car/libvehiclemonitor/java/src/com/android/car/vehiclemonitor/
VehicleMonitor.java 70 int retryCount = 0;
78 retryCount++;
79 if (retryCount > VMS_CONNECT_MAX_RETRY) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareServiceImpl.java 316 int retryCount) {
320 if (retryCount != 0) {
329 if (retryCount < 0 || retryCount > DiscoverySession.getMaxSendRetryCount()) {
330 throw new IllegalArgumentException("Invalid 'retryCount' must be non-negative "
340 + ", retryCount=" + retryCount);
343 mStateManager.sendMessage(clientId, sessionId, peerId, message, messageId, retryCount);
  /frameworks/base/wifi/java/android/net/wifi/aware/
IWifiAwareManager.aidl 54 int messageId, int retryCount);
DiscoverySession.java 168 * @param retryCount An integer specifying how many additional service-level (as opposed to PHY
176 @Nullable byte[] message, int retryCount) {
188 mgr.sendMessage(mClientId, mSessionId, peerHandle, message, messageId, retryCount);
WifiAwareManager.java 382 int messageId, int retryCount) {
391 + messageId + ", retryCount=" + retryCount);
396 retryCount);
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 388 * @param retryCount the number of retry used to send polling message to remote devices
392 int retryCount) {
398 runDevicePolling(sourceAddress, pollingCandidates, retryCount, callback, allocated);
460 final List<Integer> candidates, final int retryCount,
477 if (sendPollMessage(sourceAddress, candidate, retryCount)) {
483 runDevicePolling(sourceAddress, candidates, retryCount, callback,
492 private boolean sendPollMessage(int sourceAddress, int destinationAddress, int retryCount) {
494 for (int i = 0; i < retryCount; ++i) {
HdmiCecFeatureAction.java 210 int retryCount) {
211 mService.pollDevices(callback, getSourceAddress(), pickStrategy, retryCount);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 80 final int retryCount) {
83 intent.putExtra(EXTRA_ATTEMPT, retryCount);
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 86 int retryCount = 0;
89 while (retryCount < MAX_RETRY) {
100 retryCount++;
  /frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java 365 record.retryCount = 0;
465 record.retryCount = 0;
493 record.retryCount++;
494 if (record.retryCount > SIDE_CHANNEL_RETRY_MAX_COUNT) {
496 + record.componentName + " after " + record.retryCount + " retries");
500 int delayMs = SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS * (1 << (record.retryCount - 1));
563 public int retryCount = 0;
  /system/chre/platform/slpi/
host_link.cc 350 int retryCount = 5;
353 && --retryCount > 0) {
357 if (retryCount <= 0) {
  /art/runtime/jdwp/
jdwp_adb.cc 216 int retryCount = 0;
316 if (++retryCount > 5) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 109 int retryCount = 0;
112 retryCount ++;
124 } else if (retryCount > SOCKET_OPEN_MAX_RETRY) {
  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
CrossAppDragAndDropTests.java 234 int retryCount = 3;
243 } while (retryCount-- > 0);
348 int retryCount = 10;
365 } while (retryCount-- > 0);
  /packages/apps/TV/src/com/android/tv/data/
ProgramDataManager.java 463 for (int retryCount = RETRY_COUNT; retryCount > 0; retryCount--) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 690 int retryCount = 0;
699 retryCount = 0;
733 if (retryCount > 50) {
735 throw_sqlite3_exception(env, connection->db, "retrycount exceeded");
740 retryCount++;
    [all...]

Completed in 985 milliseconds

1 2 3 4