HomeSort by relevance Sort by last modified time
    Searched defs:Retry (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/remoting/
setup_flow_register_step.cc 76 void SetupFlowRegisterErrorStep::Retry() {
77 // When retrying we retry from the GetStatus step because it may be
setup_flow_start_host_step.cc 81 void SetupFlowStartHostErrorStep::Retry() {
82 // When retrying we retry from the GetStatus step because it may be
setup_flow_get_status_step.cc 90 void SetupFlowGetStatusErrorStep::Retry() {
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 95 void CloudPolicyController::Retry() {
128 // Will retry fetching a token but gracefully backing off.
144 << ", will retry in a few hours.";
152 // Will retry last operation but gracefully backing off.
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 278 * the failure. Silently retry with a different connection.
292 Retry retry = processResponseHeaders(); local
293 if (retry == Retry.NONE) {
317 throw new HttpRetryException("Cannot retry streamed HTTP body",
321 if (retry == Retry.DIFFERENT_CONNECTION) {
336 enum Retry {
343 * Returns the retry action to take for the current response headers. Th
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 189 Retry(R.string.lockpattern_retry_button_text, true),
244 LeftButtonMode.Retry, RightButtonMode.ContinueDisabled,
248 LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
363 if (mUiStage.leftMode == LeftButtonMode.Retry) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 887 milliseconds