Searched defs:CONNECTION_UNKNOWN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/android/java/src/org/chromium/net/
H A DNetworkChangeNotifier.java37 public static final int CONNECTION_UNKNOWN = 0; field in class:NetworkChangeNotifier
50 private int mCurrentConnectionType = CONNECTION_UNKNOWN;
160 updateCurrentConnectionType(forceOnline ? CONNECTION_UNKNOWN : CONNECTION_NONE);
216 return connectionType != CONNECTION_UNKNOWN && connectionType != CONNECTION_NONE;
/external/chromium_org/net/base/
H A Dnetwork_change_notifier.h38 CONNECTION_UNKNOWN = 0, // A connection exists, but its type is unknown. enumerator in enum:net::NetworkChangeNotifier::ConnectionType
182 // Returns false if |type| is CONNECTION_UNKNOWN, and thus, depending on the

Completed in 807 milliseconds