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

  /libcore/luni/src/main/java/libcore/net/http/
ResponseSource.java 28 * the cache is valid and the network response otherwise.
33 * Return the response from the network.
35 NETWORK;
38 return this == CONDITIONAL_CACHE || this == NETWORK;
ResponseHeaders.java 94 * actually means "do not use the network". It is set by a client who only
338 * Always go to network for uncacheable response codes (RFC 2616, 13.4),
400 return ResponseSource.NETWORK;
404 return ResponseSource.NETWORK;
447 : ResponseSource.NETWORK;
452 * network response should be used.
460 * The HTTP spec says that if the network's response is older than our
474 * Combines this cached header with a network header as defined by RFC 2616,
477 public ResponseHeaders combine(ResponseHeaders network) {
486 if (!isEndToEnd(fieldName) || network.headers.get(fieldName) == null)
    [all...]
HttpEngine.java 61 * network, or by both in the event of a conditional GET.
155 /** Null until a response is received from the network or the cache */
217 * The raw response source may require the network, but the request
218 * headers may forbid network use. In that case, dispose of the network
241 * request headers forbids network use.
244 responseSource = ResponseSource.NETWORK;
273 } else if (responseSource == ResponseSource.NETWORK) {
632 * Returns the headers to send on a network request.
795 // Discard the network response body. Combine the headers
    [all...]
HttpResponseCache.java 222 case 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;
Network.java 35 class Network {
37 private static final String LOGTAG = "network";
40 * Static instance of a Network object.
42 private static Network sNetwork;
46 * when the Network object has not been constructed yet
51 * Reference count for platform notifications as the network class is a
68 * Network request queue (requests are added from the browser thread).
87 * True if the currently used network connection is a roaming phone
98 * @return The singleton instance of the network.
100 public static synchronized Network getInstance(Context context)
    [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 34 public static final String NETWORK = "network";
DeviceInfoInstrument.java 102 // network
103 String network = tm.getNetworkOperatorName(); local
104 addResult(NETWORK, network.trim());
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.cc 207 case TranslateErrors::NETWORK:
translate_manager.cc 340 TranslateErrors::NETWORK, tab,
  /cts/tools/host/src/com/android/cts/
TestDevice.java 770 * Get network information
772 * @return The network information.
775 return mInfoMap.get(NETWORK);
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 1172 milliseconds