HomeSort by relevance Sort by last modified time
    Searched defs:CONNECTION_TIMEOUT (Results 1 - 25 of 61) sorted by null

1 2 3

  /cts/tests/autofillservice/src/android/autofillservice/cts/
Timeouts.java 27 static final Timeout CONNECTION_TIMEOUT = new Timeout("CONNECTION_TIMEOUT", 5000, 2F, 10000);
  /frameworks/base/core/java/org/apache/http/params/
CoreConnectionPNames.java 102 public static final String CONNECTION_TIMEOUT = "http.connection.timeout";
  /external/python/cpython2/Lib/multiprocessing/
connection.py 57 CONNECTION_TIMEOUT = 20.
73 def _init_timeout(timeout=CONNECTION_TIMEOUT):
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 57 CONNECTION_TIMEOUT = 20.
73 def _init_timeout(timeout=CONNECTION_TIMEOUT):
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 57 CONNECTION_TIMEOUT = 20.
73 def _init_timeout(timeout=CONNECTION_TIMEOUT):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 57 CONNECTION_TIMEOUT = 20.
73 def _init_timeout(timeout=CONNECTION_TIMEOUT):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 57 CONNECTION_TIMEOUT = 20.
73 def _init_timeout(timeout=CONNECTION_TIMEOUT):
  /packages/apps/Email/provider_src/com/android/email/mail/internet/
OAuthAuthenticator.java 48 private static final long CONNECTION_TIMEOUT = 20 * DateUtils.SECOND_IN_MILLIS;
75 HttpConnectionParams.setConnectionTimeout(params, (int)(CONNECTION_TIMEOUT));
  /test/vts-testcase/nbu/src/
ble_test.py 17 CONNECTION_TIMEOUT = 20
222 time.sleep(CONNECTION_TIMEOUT)
274 time.sleep(CONNECTION_TIMEOUT)
325 time.sleep(CONNECTION_TIMEOUT)
  /external/python/cpython3/Lib/multiprocessing/
connection.py 43 CONNECTION_TIMEOUT = 20.
59 def _init_timeout(timeout=CONNECTION_TIMEOUT):
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
ConnectState.java 98 static final int CONNECTION_TIMEOUT = 15000;
198 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT);
235 mHandler.sendEmptyMessageDelayed(MSG_TIMEOUT, CONNECTION_TIMEOUT);
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 62 put(CONNECTION_TIMEOUT, "CONNECTION_TIMEOUT");
105 public static final int CONNECTION_TIMEOUT = 300;
178 case CONNECTION_TIMEOUT:
218 sendMessageDelayed(CONNECTION_TIMEOUT, args,
227 removeMessages(CONNECTION_TIMEOUT);
283 case CONNECTION_TIMEOUT:
396 case CONNECTION_TIMEOUT:
397 Log.w(LOG_TAG, "Received CONNECTION_TIMEOUT while connected.");
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 523 milliseconds

1 2 3