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

1 2 3

  /frameworks/base/core/java/org/apache/http/params/
CoreConnectionPNames.java 102 public static final String CONNECTION_TIMEOUT = "http.connection.timeout";
HttpConnectionParams.java 178 (CoreConnectionPNames.CONNECTION_TIMEOUT, 0);
192 (CoreConnectionPNames.CONNECTION_TIMEOUT, timeout);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Timeouts.java 27 static final Timeout CONNECTION_TIMEOUT = new Timeout("CONNECTION_TIMEOUT", 5000, 2F, 10000);
MyAutofillCallback.java 20 import static android.autofillservice.cts.Timeouts.CONNECTION_TIMEOUT;
40 public static final Timeout MY_TIMEOUT = CONNECTION_TIMEOUT;
59 final MyEvent event = mEvents.poll(CONNECTION_TIMEOUT.ms(), TimeUnit.MILLISECONDS);
61 throw new RetryableException(CONNECTION_TIMEOUT, "no event");
70 final MyEvent event = mEvents.poll(CONNECTION_TIMEOUT.ms(), TimeUnit.MILLISECONDS);
InstrumentedAutoFillService.java 23 import static android.autofillservice.cts.Timeouts.CONNECTION_TIMEOUT;
244 waitConnectionState(CONNECTION_TIMEOUT, true);
531 response = mResponses.poll(CONNECTION_TIMEOUT.ms(), TimeUnit.MILLISECONDS);
  /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.");
  /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);
  /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)
  /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));
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteManagerTest.java 88 sm.getHandler().removeMessages(BluetoothRouteManager.CONNECTION_TIMEOUT);
113 sm.getHandler().removeMessages(BluetoothRouteManager.CONNECTION_TIMEOUT);
BluetoothRouteTransitionTests.java 299 sm.getHandler().removeMessages(BluetoothRouteManager.CONNECTION_TIMEOUT);
493 .setMessageType(BluetoothRouteManager.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):
  /external/python/cpython3/Lib/multiprocessing/
connection.py 43 CONNECTION_TIMEOUT = 20.
59 def _init_timeout(timeout=CONNECTION_TIMEOUT):
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 189 PHPBN2(CONNECTION_TIMEOUT);
  /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 

Completed in 1973 milliseconds

1 2 3