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

  /external/chromium_org/chrome/browser/supervised_user/
permission_request_creator_apiary.cc 31 const int kNumRetries = 1;
94 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
supervised_user_refresh_token_fetcher.cc 34 const int kNumRetries = 1;
156 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
226 gaia_oauth_client_->GetTokensFromAuthCode(client_info, auth_code, kNumRetries,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 49 static const int kNumRetries;
httpportallocator.cc 93 const int HttpPortAllocatorBase::kNumRetries = 5;
158 if (attempts_ == HttpPortAllocator::kNumRetries) {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 142 final int kNumRetries = 5;
147 for (int retry = 0; !exists && retry < kNumRetries; retry++) {

Completed in 408 milliseconds