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

  /external/chromium_org/net/base/
network_change_notifier.h 38 CONNECTION_UNKNOWN = 0, // A connection exists, but its type is unknown.
179 // Returns false if |type| is CONNECTION_UNKNOWN, and thus, depending on the
  /external/chromium_org/net/android/java/src/org/chromium/net/
NetworkChangeNotifier.java 37 public static final int CONNECTION_UNKNOWN = 0;
49 private int mCurrentConnectionType = CONNECTION_UNKNOWN;
161 updateCurrentConnectionType(forceOnline ? CONNECTION_UNKNOWN : CONNECTION_NONE);
222 return connectionType != CONNECTION_UNKNOWN && connectionType != CONNECTION_NONE;

Completed in 4124 milliseconds