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

  /frameworks/base/core/java/android/net/http/
Headers.java 125 private int connectionType;
158 connectionType = NO_CONN_TYPE;
314 return connectionType;
458 connectionType = CONN_CLOSE;
461 connectionType = CONN_KEEP_ALIVE;
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 366 Connection::ConnectionType connectionType = Connection::Unknown;
368 connectionType = Connection::WiFi;
371 connectionType = Connection::Cell_2G;
373 connectionType = Connection::Cell_3G;
375 WebCore::networkStateNotifier().networkTypeChange(connectionType);
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 27 milliseconds