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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ResponseSource.java 26 * network. The cache result will be used if it is still valid; otherwise
27 * the network's response will be used.
31 /** The response was returned from the network. */
32 NETWORK,
42 return this == CONDITIONAL_CACHE || this == NETWORK;
  /external/chromium_org/components/translate/core/common/
translate_errors.h 22 NETWORK, // No connectivity.
  /cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java 52 public static final String NETWORK = "network";
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 40 public static final String NETWORK = "network";
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 417 milliseconds