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

  /libcore/luni/src/main/java/java/net/
ResponseSource.java 33 * the cache is valid and the network response otherwise.
38 * Return the response from the network.
40 NETWORK;
43 return this == CONDITIONAL_CACHE || this == NETWORK;
  /external/chromium/chrome/common/
translate_errors.h 15 NETWORK, // No connectivity.
  /frameworks/base/core/java/android/webkit/
DebugFlags.java 38 public static final boolean NETWORK = false;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 37 public static final String NETWORK = "network";
DeviceInfoInstrument.java 102 // network
103 String network = tm.getNetworkOperatorName(); local
104 addResult(NETWORK, network.trim());
  /libcore/luni/src/main/java/libcore/net/http/
ResponseHeaders.java 95 * actually means "do not use the network". It is set by a client who only
325 * Always go to network for uncacheable response codes (RFC 2616, 13.4),
387 return ResponseSource.NETWORK;
391 return ResponseSource.NETWORK;
434 : ResponseSource.NETWORK;
439 * network response should be used.
447 * The HTTP spec says that if the network's response is older than our
461 * Combines this cached header with a network header as defined by RFC 2616,
464 public ResponseHeaders combine(ResponseHeaders network) {
474 if (!isEndToEnd(fieldName) || network.headers.get(fieldName) == null)
    [all...]
HttpEngine.java 64 * network, or by both in the event of a conditional GET.
158 /** Null until a response is received from the network or the cache */
224 * The raw response source may require the network, but the request
225 * headers may forbid network use. In that case, dispose of the network
248 * request headers forbids network use.
251 responseSource = ResponseSource.NETWORK;
280 } else if (responseSource == ResponseSource.NETWORK) {
650 * Returns the headers to send on a network request.
HttpResponseCache.java 242 case NETWORK:
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.cc 207 case TranslateErrors::NETWORK:
translate_manager.cc 340 TranslateErrors::NETWORK, tab,
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 356 milliseconds